From: Bruce Momjian Date: Thu, 24 Jul 2003 00:43:53 +0000 (+0000) Subject: Add to 7.3.4 release notes: X-Git-Tag: REL7_4_BETA1~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d36fef11d07510686f3078da33a69fb2d34b06e0;p=thirdparty%2Fpostgresql.git Add to 7.3.4 release notes: * Repair breakage in timestamp-to-date conversion for dates before 2000 --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 6bbfe4379f5..1c79b464fd0 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -87,6 +87,7 @@ Object owners can allow grantees to grant the privilege to others (grant option) +Repair breakage in timestamp-to-date conversion for dates before 2000 Prevent rare possibility of server startup failure (Tom) Fix bugs in interval-to-time conversion (Tom) Add constraint names in a few places in pg_dump (Rod)