pgsql: Fix some bogosities in pg_dump's foreign-table support. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix some bogosities in pg_dump's foreign-table support.
Date
Msg-id E1RV5N0-0004ju-9p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some bogosities in pg_dump's foreign-table support.

The server name for a foreign table was not quoted at need, as per report
from Ronan Dunklau.  Also, queries related to FDW options were inadequately
schema-qualified in places where the search path isn't just pg_catalog, and
were inconsistently formatted everywhere, and we didn't always check that
we got the expected number of rows from them.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9761ad672f5c84e551f56b7923bc9bbba696578d

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   71 ++++++++++++++++++++++++++++-----------------
1 files changed, 44 insertions(+), 27 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Make pg_dumpall build with the right object files under MSVC.
Next
From: Tom Lane
Date:
Subject: pgsql: Remove erroneous claim about use of pg_locks.objid for advisory