pgsql: Fix pg_dump support for security labels on columns.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix pg_dump support for security labels on columns.
Дата
Msg-id E1PZAJB-0000TR-8y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_dump support for security labels on columns.

Along the way, correct an erroneous comment.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d7acf6cc4a1ae53fcd5b4a8a702c43a267f33ba3

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Allow casting a table's row type to the table's supertype if it'
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Basic foreign table support.