pgsql: If pg_dump drops a schema, make sure 'search_path' it SET the - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: If pg_dump drops a schema, make sure 'search_path' it SET the
Date
Msg-id 20071124174533.01F317540F0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Clarify how MONEY trims off trailing thousands separator.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Save another little bit of planner overhead on simple queries, by