From: Andrew Dunstan Date: Mon, 5 May 2008 01:38:08 +0000 (+0000) Subject: Document extra information provided by psql's \dT+ (not \dt+ as per recent commit). X-Git-Tag: REL8_4_BETA1~1451 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27a52fa2d99af27af3df975f3680f81ab7f29d3e;p=thirdparty%2Fpostgresql.git Document extra information provided by psql's \dT+ (not \dt+ as per recent commit). --- 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 @@ @@ -1145,7 +1145,8 @@ testdb=> Lists all data types or only those that match 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.