]> granicus.if.org Git - postgresql/commit
If pg_dump drops a schema, make sure 'search_path' it SET the next time
authorBruce Momjian <bruce@momjian.us>
Sat, 24 Nov 2007 17:45:32 +0000 (17:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 24 Nov 2007 17:45:32 +0000 (17:45 +0000)
commit7ebbc815d994393c4315ef02fe66622e0089f972
treef95265a3f6c18645ec81cd404e5ce75862c2087d
parent8a52d0c94d240cf386966fa8207a75a52fd82dfb
If pg_dump drops a schema, make sure 'search_path' it SET the next time
it is needed --- basically don't remember the previous 'search_path'
after a drop schema because it might have failed but be created later.
src/bin/pg_dump/pg_backup_archiver.c