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

index 6578159d90019187da9dc5cb08ccea54d31da390..1bef1dfd8dbbfbc1426c92144601d98cf207235c 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -1145,7 +1145,8 @@ testdb=>
         
         Lists all data types or only those that match 
         class="parameter">pattern. The command form
-        \dT+ shows extra information.
+        \dT+ shows extra information, namely the type's internal name, size, and
+        allowed values for enum types.