Display both per-table and per-column FDW options in psql's \d output.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |