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:
Peter Eisentraut 2011-06-14 23:44:01 +03:00
parent 6e66d2e424
commit b48f888b64

View File

@ -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.