mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04: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:
parent
776fa18359
commit
da023acd1a
1 changed files with 2 additions and 2 deletions
|
|
@ -878,8 +878,8 @@ testdb=>
|
|||
|
||||
<listitem>
|
||||
<para>
|
||||
For each relation (table, view, index, sequence or foreign table)
|
||||
matching the
|
||||
For each relation (table, view, index, sequence, or foreign table)
|
||||
or composite type matching the
|
||||
<replaceable class="parameter">pattern</replaceable>, show all
|
||||
columns, their types, the tablespace (if not the default) and any
|
||||
special attributes such as <literal>NOT NULL</literal> or defaults.
|
||||
|
|
|
|||
Loading…
Reference in a new issue