Thread: pgsql: If pg_dump drops a schema, make sure 'search_path' it SET the

pgsql: If pg_dump drops a schema, make sure 'search_path' it SET the

From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.149 -> r1.150)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.149&r2=1.150)