From: Bruce Momjian Date: Fri, 20 Dec 2002 00:24:29 +0000 (+0000) Subject: Update 7.3.1 to give proper attribution to pg_dump item. X-Git-Tag: REL7_3_1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96bce9f689073919ae727b72f143ab04857b89e4;p=postgresql Update 7.3.1 to give proper attribution to pg_dump item. --- diff --git a/HISTORY b/HISTORY index b461c79f0c..73b57debfc 100644 --- a/HISTORY +++ b/HISTORY @@ -20,7 +20,7 @@ Changes Fix a core dump of COPY TO when client/server encodings don't match (Tom) - Allow pg_dump to work with pre-7.2 servers (Tom) + Allow pg_dump to work with pre-7.2 servers (Philip) contrib/adddepend fixes (Tom) Fix problem with deletion of per-user/per-database config settings (Tom) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 6fc3d2a928..7ea5b1ec26 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -37,7 +37,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.6 2002/12/18 23:38:0 Fix a core dump of COPY TO when client/server encodings don't match (Tom) -Allow pg_dump to work with pre-7.2 servers (Tom) +Allow pg_dump to work with pre-7.2 servers (Philip) contrib/adddepend fixes (Tom) Fix problem with deletion of per-user/per-database config settings (Tom)