diff options
Diffstat (limited to 'src/man/psql.1')
-rw-r--r-- | src/man/psql.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index 0cdec39c299..e335bdcaf56 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.12 1997/08/26 17:30:08 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.13 1997/11/13 03:23:18 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql \(em run the interactive query front-end @@ -292,10 +292,14 @@ is specified, list the columns in If table name is .IR *, list all tables and column information for each tables. +.IP "\edc object" +List the description of the table, table.column, type, operator, or aggregate. .IP "\edi" List only indexes. .IP "\edt" List only tables. +.IP "\eds" +List only sequences. .IP "\ee [\fIfilename\fR]" Edit the current query buffer or \fIfile\fR. .IP "\eE [\fIfilename\fR]" |