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

From Robert Haas
Subject pgsql: Display both per-table and per-column FDW options in psql's \d o
Date
Msg-id E1QrXTb-0006iL-Q2@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation
Next
From: Tom Lane
Date:
Subject: pgsql: Teach unix_latch.c to use poll() where available.