diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 92389014fb..b200e23bf9 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1120,13 +1120,14 @@ testdb=> - For the above commands, the letters + In this group of commands, the letters i, s, - t, v, - S stand for index, sequence, table, view, - and system table, respectively. You can specify any or all of + t, and v + 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 + is + matching objects. For example, \dit lists indexes + and tables. If + is appended to the command name, each object is listed with its physical size on disk and its associated description, if any. The letter S restricts the listing