diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-09 19:27:14 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-09 19:27:14 +0000 |
commit | ccb51c08428ca56d916022af7c3531a8884bb8d7 (patch) | |
tree | 363ae552974d710eadd4740f397722b701abbe22 | |
parent | d25ada4d7810304ee04b1f4fd9a14ad9ff0c894f (diff) | |
download | postgresql-ccb51c08428ca56d916022af7c3531a8884bb8d7.tar.gz postgresql-ccb51c08428ca56d916022af7c3531a8884bb8d7.zip |
A further attempt at clarifying the \distv business.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 92389014fba..b200e23bf91 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.216 2009/01/07 04:51:34 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.217 2009/01/09 19:27:14 tgl Exp $ PostgreSQL documentation --> @@ -1120,13 +1120,14 @@ testdb=> <listitem> <para> - For the above commands, the letters + In this group of commands, the letters <literal>i</literal>, <literal>s</literal>, - <literal>t</literal>, <literal>v</literal>, - <literal>S</literal> stand for index, sequence, table, view, - and system table, respectively. You can specify any or all of + <literal>t</literal>, and <literal>v</literal> + stand for index, sequence, table, and view, respectively. + You can specify any or all of these letters, in any order, to obtain a listing of all the - matching objects. If <literal>+</literal> is + matching objects. For example, <literal>\dit</> lists indexes + and tables. If <literal>+</literal> is appended to the command name, each object is listed with its physical size on disk and its associated description, if any. The letter <literal>S</literal> restricts the listing |