mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08: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
@ -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 New Issue
Block a user