]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix some problems with restoring databases owned by non-superusers,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Sep 2004 20:05:18 +0000 (20:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Sep 2004 20:05:18 +0000 (20:05 +0000)
commit1d681d6cee36301cf31696221d1ed011e2edbdc9
treefeb90d2d66053e86972cdd2f43e6df3968674d4f
parentb339d1fff6c2f14776af29a35c8550b222ca70b2
Fix some problems with restoring databases owned by non-superusers,
as per bug #1249; and remove the last vestiges of using \connect to
change authorization.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_db.c