E.54. Release 7.4.1

Release date: 2003-12-22

This release contains a variety of fixes from 7.4.

E.54.1. Migration to Version 7.4.1

A dump/restore is not required for those running 7.4.

If you want to install the fixes in the information schema you need to reload it into the database. This is either accomplished by initializing a new cluster by running initdb , or by running the following sequence of SQL commands in each database (ideally including template1 ) as a superuser in psql , after installing the new release:

DROP SCHEMA information_schema CASCADE; \i /usr/local/pgsql/share/information_schema.sql

Substitute your installation path in the second command.

E.54.2. Changes