summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2008-05-05 01:38:08 +0000
committerAndrew Dunstan <andrew@dunslane.net>2008-05-05 01:38:08 +0000
commit27a52fa2d99af27af3df975f3680f81ab7f29d3e (patch)
treede4e5fc9f64c245bd21bf58a2f77d16d9d727ca9
parenta87f15d50696aae8d17adddeec6b6ee7c07aeb05 (diff)
Document extra information provided by psql's \dT+ (not \dt+ as per recent commit).
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 6578159d900..1bef1dfd8db 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$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
-->
@@ -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>