[COMMITTERS] pgsql: pg_dump: Fix some schema issues when dumping sequences - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_dump: Fix some schema issues when dumping sequences
Date
Msg-id E1cW9Uo-0008QF-VO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dump: Fix some schema issues when dumping sequences

In the new code for selecting sequence data from pg_sequence, set the
schema to pg_catalog instead of the sequences own schema, and refer to
the sequence by OID instead of name, which was missing a schema
qualification.

Reported-by: Stephen Frost <sfrost@snowman.net>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/da4d1c0c15ab9afdfeee8bad9a1a9989b6bd59b5

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Allow password file name to be specified as a libpq connectionp
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Use non-conflicting table names in new regression test case.