Commit 27a52fa2 authored by Andrew Dunstan's avatar Andrew Dunstan

Document extra information provided by psql's \dT+ (not \dt+ as per recent commit).

parent a87f15d5
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.200 2008/05/02 22:50:21 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.201 2008/05/05 01:38:08 adunstan Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -1145,7 +1145,8 @@ testdb=&gt; ...@@ -1145,7 +1145,8 @@ testdb=&gt;
<para> <para>
Lists all data types or only those that match <replaceable Lists all data types or only those that match <replaceable
class="parameter">pattern</replaceable>. The command form 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment