Document extra information provided by psql's \dT+ (not \dt+ as per recent commit).
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 5 May 2008 01:38:08 +0000 (01:38 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 5 May 2008 01:38:08 +0000 (01:38 +0000)
doc/src/sgml/ref/psql-ref.sgml

index 81019a38acb43c6160fc8a0771aeaffbaa2c0179..8a9c30ba41cc36acba00d10aa24020685c113ca4 100644 (file)
@@ -1145,7 +1145,8 @@ testdb=&gt;
         <para>
         Lists all data types or only those that match <replaceable
         class="parameter">pattern</replaceable>. The command form
-        <literal>\dT+</literal> shows extra information.
+        <literal>\dT+</literal> shows extra information, namely the type's internal name, size, and
+        allowed values for <type>enum</> types.
         </para>
         </listitem>
       </varlistentry>