1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update 7.3.1 to give proper attribution to pg_dump item.

This commit is contained in:
Bruce Momjian
2002-12-20 00:24:00 +00:00
parent 6d6c9fd9a4
commit ff494e8851
2 changed files with 5 additions and 7 deletions

View File

@ -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)