|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.200 2008/05/02 22:50:21 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.201 2008/05/05 01:38:08 adunstan Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -1145,7 +1145,8 @@ testdb=> |
1145 | 1145 | <para> |
1146 | 1146 | Lists all data types or only those that match <replaceable |
1147 | 1147 | class="parameter">pattern</replaceable>. The command form |
1148 | | - <literal>\dT+</literal> shows extra information. |
| 1148 | + <literal>\dT+</literal> shows extra information, namely the type's internal name, size, and |
| 1149 | + allowed values for <type>enum</> types. |
1149 | 1150 | </para> |
1150 | 1151 | </listitem> |
1151 | 1152 | </varlistentry> |
|