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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=13a65babc2b76b0f454c03b7af38d1374e3f37d9;p=users%2Fbernd%2Fpostgres.git 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 4f66c3e55a..672085eaf1 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -37,7 +37,7 @@ $Header$ 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)