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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If pg_dump drops a schema, make sure 'search_path' it SET the
Date: 2007-11-24 17:45:32
Message-ID: 20071124174533.01F317540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-24 19:08:51 pgsql: Save another little bit of planner overhead on simple queries, by
Previous Message Bruce Momjian 2007-11-24 16:18:48 pgsql: Clarify how MONEY trims off trailing thousands separator.