diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 826a757670b..18d6dfbb694 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -10,7 +10,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.15 2003/12/21 16:36:34 pe Release date - 2003-12-15 + 2003-12-22 @@ -84,8 +84,8 @@ DROP SCHEMA information_schema CASCADE; Fix for bytea index lookups (Joe) Fix information schema for bit data types (Peter) Force zero_damaged_pages to be on during recovery from WAL -Prevent some obscure cases of variable not in subplan target lists -Make PQescapeBytea and byteaout consistent with each other (Joe) +Prevent some obscure cases of variable not in subplan target lists +Make PQescapeBytea and byteaout consistent with each other (Joe) Escape bytea output for bytes > 0x7e(Joe) If different client encodings are used for bytea output and input, it @@ -1995,7 +1995,7 @@ DROP SCHEMA information_schema CASCADE; Force zero_damaged_pages to be on during recovery from WAL -Prevent some obscure cases of variable not in subplan target lists +Prevent some obscure cases of variable not in subplan target lists Force stats processes to detach from shared memory, ensuring cleaner shutdown Make PQescapeBytea and byteaout consistent with each other (Joe) Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)