]> granicus.if.org Git - postgresql/commit
Fix some bogosities in pg_dump's foreign-table support.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Nov 2011 17:51:47 +0000 (12:51 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Nov 2011 17:51:47 +0000 (12:51 -0500)
commit5c19c057dcdaef08b89e751f7e335cc1f6a1e21f
tree56a71465e6ed4390b641b99ea926cb7209ac96e4
parent0702c86a13e6c644c32cf773af0a3a76e425ec50
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.
src/bin/pg_dump/pg_dump.c