OSDN Git Service

Update 7.3.1 to give proper attribution to pg_dump item.
authorBruce Momjian <bruce@momjian.us>
Fri, 20 Dec 2002 00:24:00 +0000 (00:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 20 Dec 2002 00:24:00 +0000 (00:24 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index a1ae0a8..80c2aec 100644 (file)
--- a/HISTORY
+++ b/HISTORY
    
                                   Changes
                                       
-   Fix a core dump of COPY TO when client/server encodings don't match (T
-   om)
-   Allow pg_dump to work with pre-7.2 servers (Tom)
+   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 (Philip)
    /contrib/adddepend fixes (Tom)
-   Fix problem with deletion of per-user/per-database config settings (To
-   m)
+   Fix problem with deletion of per-user/per-database config settings (Tom)
    /contrib/vacuumlo fix (Tom)
    Allow 'password' encryption even when pg_shadow contains MD5 passwords
     (Bruce)
index 14e0d77..6d25950 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.172 2002/12/18 19:01:25 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.173 2002/12/20 00:24:00 momjian Exp $
 -->
 
 <appendix id="release">
@@ -68,7 +68,7 @@ extra_float_digits option allows pg_dump to dump float data accurately
     <para>
 <literallayout>
 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)
 /contrib/vacuumlo fix (Tom)