diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-12 20:41:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-12 20:41:13 +0000 |
commit | b6335b4fb405c56af5df6c339cbc8284293df37c (patch) | |
tree | 053d19b640fe11e23152b05e7e15327d56b74e83 /doc/src | |
parent | e47cbb3bad32cfb5fca5e6c70798534c9c51fc2b (diff) | |
download | postgresql-b6335b4fb405c56af5df6c339cbc8284293df37c.tar.gz postgresql-b6335b4fb405c56af5df6c339cbc8284293df37c.zip |
Add tablespace location display for psql \d.
Gavin Sherry
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 17ce7a2f391..44b4a91f68f 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.116 2004/06/18 06:13:05 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.117 2004/07/12 20:41:08 momjian Exp $ PostgreSQL documentation --> @@ -784,7 +784,7 @@ testdb=> <para> For each relation (table, view, index, or sequence) matching the <replaceable class="parameter">pattern</replaceable>, show all - columns, their types, and any special + columns, their types, the tablespace (if not the default) and any special attributes such as <literal>NOT NULL</literal> or defaults, if any. Associated indexes, constraints, rules, and triggers are also shown, as is the view definition if the relation is a view. |