diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-14 23:44:01 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-06-14 23:51:11 +0300 |
commit | b48f888b644fb667dd87dc9c45d18890397d14a8 (patch) | |
tree | e404846b94dee641b2850dbb1922a394615d5eb3 | |
parent | 6e66d2e424d82978e452ace850ad80af78475043 (diff) | |
download | postgresql-b48f888b644fb667dd87dc9c45d18890397d14a8.tar.gz postgresql-b48f888b644fb667dd87dc9c45d18890397d14a8.zip |
Document that psql's \d also works with composite types
This has always been true, it was just never documented.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index d77a1aa8f53..c9713d3c2a6 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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. |