Display both per-table and per-column FDW options in psql's \d output.

Robert Haas <rhaas@postgresql.org>

Commit: d82d84864ca8ee2960a1a5d7a3f051290ac1e42f
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-08-11T15:45:47Z
Releases: 9.2.0
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

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +2 −3
src/bin/psql/describe.c modified +18 −6
src/test/regress/expected/foreign_data.out modified +72 −69