pgsql: Display both per-table and per-column FDW options in psql's \d o

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Display both per-table and per-column FDW options in psql's \d o
Дата
Msg-id E1QrXTb-0006iL-Q2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Display both per-table and per-column FDW options in psql's \d output.

Along the way, rename "Options" to "FDW Options" in various places for
consistency and clarity.

Shigeru Hanada

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d82d84864ca8ee2960a1a5d7a3f051290ac1e42f

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml             |    5 +-
src/bin/psql/describe.c                    |   24 ++++-
src/test/regress/expected/foreign_data.out |  141 ++++++++++++++--------------
3 files changed, 92 insertions(+), 78 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Teach unix_latch.c to use poll() where available.