mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Allow per-column foreign data wrapper options.
Shigeru Hanada, with fairly minor editing by me.
This commit is contained in:
@ -891,6 +891,12 @@ testdb=>
|
||||
below.)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
For some types of relation, <literal>\d</> shows additional information
|
||||
for each column: column values for sequences, indexed expression for
|
||||
indexes and per-column foreign data wrapper options for foreign tables.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The command form <literal>\d+</literal> is identical, except that
|
||||
more information is displayed: any comments associated with the
|
||||
|
Reference in New Issue
Block a user