diff options
author | Peter Eisentraut | 2011-06-14 20:44:01 +0000 |
---|---|---|
committer | Peter Eisentraut | 2011-06-14 20:48:59 +0000 |
commit | da023acd1aec18e715789540f150c77b919c65a0 (patch) | |
tree | 056410349fb8eabf628707cce59aab40d8a5fd27 | |
parent | 776fa183594f6e7184183ab632c87996e96f7cf6 (diff) |
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 d77a1aa8f5..c9713d3c2a 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. |