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.
Showing
Please register or sign in to comment