diff options
author | Bruce Momjian | 2002-12-20 00:24:00 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-12-20 00:24:00 +0000 |
commit | ff494e88511fb2d40401d404ca1345b71804e79b (patch) | |
tree | f7deb41e26858b89f75362c37c97ad50eae93784 | |
parent | 6d6c9fd9a4ade14e29b8629848977a3284fda88e (diff) |
Update 7.3.1 to give proper attribution to pg_dump item.
-rw-r--r-- | HISTORY | 8 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 4 |
2 files changed, 5 insertions, 7 deletions
@@ -28,12 +28,10 @@ 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) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 14e0d772902..6d2595009b3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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) |