projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776fa18
)
Document that psql's \d also works with composite types
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 14 Jun 2011 20:44:01 +0000
(23:44 +0300)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 14 Jun 2011 20:48:59 +0000
(23:48 +0300)
This has always been true, it was just never documented.
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 d77a1aa8f536fb9ff9b8d851aa3e31882259de3f..c9713d3c2a6a0e4ce4171667ec7531ccb2089092 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-878,8
+878,8
@@
testdb=>
<listitem>
<para>
- For each relation (table, view, index, sequence or foreign table)
- matching the
+ For each relation (table, view, index, sequence
,
or foreign table)
+
or composite type
matching the
<replaceable class="parameter">pattern</replaceable>, show all
columns, their types, the tablespace (if not the default) and any
special attributes such as <literal>NOT NULL</literal> or defaults.