diff options
| author | Bruce Momjian | 1997-11-16 04:36:52 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-11-16 04:36:52 +0000 |
| commit | 12fc33077b9443e24304bdebcec528c08fae4036 (patch) | |
| tree | 87c4b31c853f21012dec1f30cce742673a26db10 /src/man | |
| parent | 1c32d285a64578123aee62d5ffb04f1e9893f79f (diff) | |
New \dS psql command. initdb cleanup.
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/psql.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index e104512c24..8569f5da04 100644 --- a/src/man/psql.1 +++ b/src/man/psql.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.17 1997/11/15 16:32:25 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.18 1997/11/16 04:36:52 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql \(em run the interactive query front-end @@ -304,6 +304,8 @@ List only indexes. List operators. .IP "\eds" List only sequences. +.IP "\edS" +List system tables and indexes. .IP "\edt" List only tables. .IP "\edT" |
