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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix some bogosities in pg_dump's foreign-table support.
Дата
Msg-id E1RV5N0-0004ju-9p@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Make pg_dumpall build with the right object files under MSVC.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove erroneous claim about use of pg_locks.objid for advisory