pgsql: Ensure that user created rows in extension tables get dumped if

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pgsql: Ensure that user created rows in extension tables get dumped if
Дата
Msg-id E1UVnvq-0003m5-FP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a
-t/--tableswitch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch
reviewedby Vibhor Kumar and Dimitri Fontaine. 

Backpatched to 9.1 when the extension management facility was added.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/359c8e4545a0d67465205353bd0b086aedbf5293

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   51 +++++++++++++++++++++++++++++++++++---------
1 files changed, 40 insertions(+), 11 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: pgsql: Ensure that user created rows in extension tables get dumped if
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix collation assignment for aggregates with ORDER BY.