]> granicus.if.org Git - postgresql/commit
Rework pg_dump namespace search criteria so that dumping of user objects
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 May 2002 22:26:57 +0000 (22:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 May 2002 22:26:57 +0000 (22:26 +0000)
commit36a1e732a6b8dcaae06235601797c90a0cc4481c
tree1e25b708ff9a2d72e4b44b7a90091dc3cfe21f21
parent5a8ab29adf36afd7bcd61cd57f9e3ba4336e7947
Rework pg_dump namespace search criteria so that dumping of user objects
having names conflicting with system objects will work --- the search
path is now user-schema, pg_catalog rather than implicitly the other way
around.  Note this requires being careful to explicitly qualify references
to system names whenever pg_catalog is not first in the search path.
Also, add support for dumping ACLs of schemas.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h