]> granicus.if.org Git - postgresql/commitdiff
Document that psql's \d also works with composite types
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 14 Jun 2011 20:44:01 +0000 (23:44 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 14 Jun 2011 20:51:11 +0000 (23:51 +0300)
This has always been true, it was just never documented.

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

index d77a1aa8f536fb9ff9b8d851aa3e31882259de3f..c9713d3c2a6a0e4ce4171667ec7531ccb2089092 100644 (file)
@@ -878,8 +878,8 @@ testdb=&gt;
 
         <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.