projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87f15d
)
Document extra information provided by psql's \dT+ (not \dt+ as per recent commit).
author
Andrew Dunstan
Mon, 5 May 2008 01:38:08 +0000
(
01:38
+0000)
committer
Andrew Dunstan
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 6578159d90019187da9dc5cb08ccea54d31da390..1bef1dfd8dbbfbc1426c92144601d98cf207235c 100644
(file)
--- 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
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.