projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e3193
)
Document extra information provided by psql's \dT+ (not \dt+ as per recent commit).
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 5 May 2008 01:38:08 +0000
(
01:38
+0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 5 May 2008 01:38:08 +0000
(
01:38
+0000)
doc/src/sgml/ref/psql-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/psql-ref.sgml
b/doc/src/sgml/ref/psql-ref.sgml
index 81019a38acb43c6160fc8a0771aeaffbaa2c0179..8a9c30ba41cc36acba00d10aa24020685c113ca4 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-1145,7
+1145,8
@@
testdb=>
<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>