mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Document that psql's \d also works with composite types
This has always been true, it was just never documented.
This commit is contained in:
@ -878,8 +878,8 @@ testdb=>
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
For each relation (table, view, index, sequence or foreign table)
|
For each relation (table, view, index, sequence, or foreign table)
|
||||||
matching the
|
or composite type matching the
|
||||||
<replaceable class="parameter">pattern</replaceable>, show all
|
<replaceable class="parameter">pattern</replaceable>, show all
|
||||||
columns, their types, the tablespace (if not the default) and any
|
columns, their types, the tablespace (if not the default) and any
|
||||||
special attributes such as <literal>NOT NULL</literal> or defaults.
|
special attributes such as <literal>NOT NULL</literal> or defaults.
|
||||||
|
Reference in New Issue
Block a user