From 7cc591dea06d06b08bacec2d658d32c38da79665 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 Dec 2005 23:22:38 +0000 Subject: [PATCH] Release note wording improvements. --- doc/src/sgml/release.sgml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 05680d49bf..79351bb279 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -45,12 +45,12 @@ For new features, add links to the documentation sections. Optimizer fixes (Tom) -Allow to_char(interval) and -to_char(time) to use AM/PM +Re-enable to_char(time) and +to_char(interval) to use AM/PM specifications (Bruce) -Allow to_char(interval) and -to_char(time) to use HH, HH12, and +Re-enable to_char(time) and +to_char(interval) to use HH, HH12, and D format specifiers. (to_char(interval) should probably use HH24.) @@ -64,11 +64,9 @@ probably use HH24.) languages that require word reordering, like Turkish (Andrew, Tom) -Allow MS C to compile pg_config (Hiroshi +AIX, HPUX, and MC C compile fixes (Tom, Hiroshi Saito) -AIX and HPUX compile fixes (Tom) - Add 8.1.0 release note item on how to migrate invalid UTF-8 byte sequences (Paul Lindner) @@ -595,7 +593,7 @@ psql -t -f fixseq.sql db1 | psql -e db1 removes invalid character sequences. A diff of the two files will show the sequences that are invalid. iconv reads the entire input file into memory so it might be necessary to use - split to break up the dump into multiple smaller + split to break up the dump into multiple smaller files for processing. -- 2.39.5