1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-08 00:47:37 +03:00

Add to 7.3.4 release notes:

* Repair breakage in timestamp-to-date conversion for dates before 2000
This commit is contained in:
Bruce Momjian
2003-07-24 00:44:24 +00:00
parent fa67e2ce4f
commit 0878a5e277
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
Changes Changes
Repair breakage in timestamp-to-date conversion for dates before 2000
Prevent rare possibility of server startup failure (Tom) Prevent rare possibility of server startup failure (Tom)
Fix bugs in interval-to-time conversion (Tom) Fix bugs in interval-to-time conversion (Tom)
Add constraint names in a few places in pg_dump (Rod) Add constraint names in a few places in pg_dump (Rod)

View File

@@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.14 2003/07/23 22:59:39 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.15 2003/07/24 00:44:24 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
@@ -32,6 +32,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.14 2003/07/23 22:59:
<para> <para>
<literallayout> <literallayout>
Repair breakage in timestamp-to-date conversion for dates before 2000
Prevent rare possibility of server startup failure (Tom) Prevent rare possibility of server startup failure (Tom)
Fix bugs in interval-to-time conversion (Tom) Fix bugs in interval-to-time conversion (Tom)
Add constraint names in a few places in pg_dump (Rod) Add constraint names in a few places in pg_dump (Rod)