Commit da023acd authored by Peter Eisentraut's avatar Peter Eisentraut

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

This has always been true, it was just never documented.
parent 776fa183
...@@ -878,8 +878,8 @@ testdb=> ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment