pgsql: Fix bug in new pg_dump -T/-N handling that was dumping system

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in new pg_dump -T/-N handling that was dumping system
Date: 2006-08-04 18:32:16
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bug in new pg_dump -T/-N handling that was dumping system schemas if
these options were used before -n/-t.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.445 -> r1.446)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.445&r2=1.446)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-08-04 18:53:47 pgsql: Improve logging of protocol-level prepared statements.
Previous Message Tom Lane 2006-08-04 16:54:06 pgsql: Remove redeclaration of struct sqlca_t --- unnecessary and