summaryrefslogtreecommitdiff
path: root/src/man/psql.1
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-11-14 21:38:25 +0000
committerBruce Momjian <bruce@momjian.us>1997-11-14 21:38:25 +0000
commit4cbc06cff136f92e6303d8ca9a2c6e4d6c1d0b00 (patch)
tree61bee012d12ee2c65c397b37fff0e692daedb639 /src/man/psql.1
parent208dae37275a519819a667b9cba050d3987fa77d (diff)
downloadpostgresql-4cbc06cff136f92e6303d8ca9a2c6e4d6c1d0b00.tar.gz
Add new psql \da, \do, and \dT options.
Diffstat (limited to 'src/man/psql.1')
-rw-r--r--src/man/psql.112
1 files changed, 9 insertions, 3 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1
index a045685cb3..78acab3099 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.14 1997/11/13 03:36:42 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.15 1997/11/14 21:38:16 momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
psql \(em run the interactive query front-end
@@ -292,14 +292,20 @@ is specified, list the columns in
If table name is
.IR *,
list all tables and column information for each tables.
+.IP "\eda"
+List aggregates.
.IP "\edd object"
List the description of the table, table.column, type, operator, or aggregate.
.IP "\edi"
List only indexes.
-.IP "\edt"
-List only tables.
+.IP "\edo"
+List operators.
.IP "\eds"
List only sequences.
+.IP "\edt"
+List only tables.
+.IP "\edT"
+List types.
.IP "\ee [\fIfilename\fR]"
Edit the current query buffer or \fIfile\fR.
.IP "\eE [\fIfilename\fR]"