Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da023ac

Browse files
committed
Document that psql's \d also works with composite types
This has always been true, it was just never documented.
1 parent 776fa18 commit da023ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,8 +878,8 @@ testdb=>
878878

879879
<listitem>
880880
<para>
881-
For each relation (table, view, index, sequence or foreign table)
882-
matching the
881+
For each relation (table, view, index, sequence, or foreign table)
882+
or composite type matching the
883883
<replaceable class="parameter">pattern</replaceable>, show all
884884
columns, their types, the tablespace (if not the default) and any
885885
special attributes such as <literal>NOT NULL</literal> or defaults.

0 commit comments

Comments
 (0)