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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Display both per-table and per-column FDW options in psql's \d o
Date: 2011-08-11 15:47:19
Message-ID: E1QrXTb-0006iL-Q2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-11 16:50:46 pgsql: Teach unix_latch.c to use poll() where available.
Previous Message Robert Haas 2011-08-11 15:36:10 Re: pgsql: Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation