Document that psql's \d also works with composite types

This has always been true, it was just never documented.
REL9_1_STABLE
Peter Eisentraut 15 years ago
parent 6e66d2e424
commit b48f888b64
  1. 4
      doc/src/sgml/ref/psql-ref.sgml

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

Loading…
Cancel
Save