]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Issue CREATE SCHEMA as the originally connecting user, with an
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Sep 2003 23:31:52 +0000 (23:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Sep 2003 23:31:52 +0000 (23:31 +0000)
commita9e9abebd994b8a94ff44d4b0ef3aeae951b09ab
treee4186278c527dffa3bdf0519d0e05a3be2a98026
parent6767cebc6fb2932752ebb69127817be7b7a10414
Issue CREATE SCHEMA as the originally connecting user, with an
AUTHORIZATION clause to specify the desired owner.  This allows a
superuser to restore schemas owned by users without CREATE-SCHEMA
permissions (ie, schemas originally created by a superuser using
AUTHORIZATION).  --no-owner can be specified to suppress the
AUTHORIZATION clause if need be.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c