From b6335b4fb405c56af5df6c339cbc8284293df37c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 12 Jul 2004 20:41:13 +0000 Subject: Add tablespace location display for psql \d. Gavin Sherry --- doc/src/sgml/ref/psql-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/psql-ref.sgml') 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 @@ @@ -784,7 +784,7 @@ testdb=> For each relation (table, view, index, or sequence) matching the pattern, show all - columns, their types, and any special + columns, their types, the tablespace (if not the default) and any special attributes such as NOT NULL or defaults, if any. Associated indexes, constraints, rules, and triggers are also shown, as is the view definition if the relation is a view. -- cgit v1.2.3