diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-12-17 07:07:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-12-17 07:07:00 +0000 |
commit | 0d5fce355b235f8be01c4397ef0dac2f6af55da0 (patch) | |
tree | 7a9ca2915c2f4cf3108f36e289e1f2ede1c00d5b /HISTORY | |
parent | 4b1a35b3c2e8ca4baf0199b2115fc77126aa0e2e (diff) | |
download | postgresql-0d5fce355b235f8be01c4397ef0dac2f6af55da0.tar.gz |
Restore information schema upgrade instructions of Peter.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -11,6 +11,17 @@ Migration to version 7.4 A dump/restore is *not* required for those running 7.4. + + If you want to install the fixes in the information schema concerning + the bit types, you need to reload the information schema. 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. _________________________________________________________________ Changes |