@@ -12,12 +12,11 @@ Migration to version 7.4
1212
1313 A dump/restore is *not* required for those running 7.4.
1414
15- If you want to install the fixes in the information schema concerning
16- the bit types, you need to reload the information schema. This is
17- either accomplished by initializing a new cluster by running "initdb",
18- or by running the following sequence of SQL commands in each database
19- (ideally including template1) as a superuser in psql, after installing
20- the new release:
15+ If you want to install the fixes in the information schema you need to
16+ reload it into the database. This is either accomplished by
17+ initializing a new cluster by running "initdb", or by running the
18+ following sequence of SQL commands in each database (ideally including
19+ template1) as a superuser in psql, after installing the new release:
2120DROP SCHEMA information_schema CASCADE;
2221\i /usr/local/pgsql/share/information_schema.sql
2322
@@ -28,9 +27,9 @@ Changes
2827
2928 Changes as of 2003-12-14
3029
31- * Fixed bug in CREATE SCHEMA parsing (Michael)
32- * Fix --enable-thread-safety compile error when used with
33- --with-perl (Peter)
30+ * Fixed bug in" CREATE SCHEMA" parsing in ECPG (Michael)
31+ * Fixcompile error when " --enable-thread-safety" and "-- with-perl"
32+ are used together (Peter)
3433 * Fix for subqueries that used hash joins (Tom)
3534 Certain subqueries that used hash joins would crash because of
3635 improperly shared structures.
@@ -42,19 +41,18 @@ Changes
4241 (Tom)
4342 Fix these functions to return values consistent with pre-7.4
4443 releases.
45- * Several/ contrib/pg_autovacuum fixes
44+ * Several" contrib/pg_autovacuum" fixes
4645 Fixes include improper variable initialization, missing vacuum
47- after TRUNCATE, and duration computation overflow for long
46+ after" TRUNCATE" , and duration computation overflow for long
4847 vacuums.
49- * Allow compile of/ contrib/cube under Cygwin (Jason Tishler)
48+ * Allow compile of" contrib/cube" under Cygwin (Jason Tishler)
5049 * Fix Solaris use of password file when no passwords are defined
5150 (Tom)
5251 Fix crash on Solaris caused by use of any type of password
5352 authentication when no passwords were defined.
5453 * JDBC fix for thread problems, other fixes
55- * Fix forindex bytea lookups (Joe)
54+ * Fix for bytea index lookups (Joe)
5655 * Fix information schema for bit data types (Peter)
57- To enable this fix, an initdb is required.
5856 * Force zero_damaged_pages to be on during recovery from WAL
5957 * Prevent some obscure cases of "variable not in subplan target
6058 lists"