Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 27a52fa

Browse files
committed
Document extra information provided by psql's \dT+ (not \dt+ as per recent commit).
1 parent a87f15d commit 27a52fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/ref/psql-ref.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -1145,7 +1145,8 @@ testdb=&gt;
11451145
<para>
11461146
Lists all data types or only those that match <replaceable
11471147
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.
11491150
</para>
11501151
</listitem>
11511152
</varlistentry>

0 commit comments

Comments
 (0)