summaryrefslogtreecommitdiff
path: root/src/man/psql.1
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-06-03 03:35:46 +0000
committerBruce Momjian <bruce@momjian.us>1997-06-03 03:35:46 +0000
commit3fd9a620888745e2574d1abee98cc77d8b88c3b9 (patch)
tree9ddc4b7f121a24e516468fe348bc6dfcf532782c /src/man/psql.1
parent3afafc8c6984810e3fee9552f3e9d61e750ccf99 (diff)
downloadpostgresql-3fd9a620888745e2574d1abee98cc77d8b88c3b9.tar.gz
Add \dt and \di to psql help.
Diffstat (limited to 'src/man/psql.1')
-rw-r--r--src/man/psql.16
1 files changed, 5 insertions, 1 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1
index f8c43f4d11..dd88b4d53c 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.8 1997/05/21 03:12:23 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.9 1997/06/03 03:35:46 momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
psql \(em run the interactive query front-end
@@ -273,6 +273,10 @@ is specified, list the columns in
If table name is
.IR *,
list all tables and column information for each tables.
+.IP "\edi"
+List only indexes.
+.IP "\edt"
+List only tables.
.IP "\ee [\fIfilename\fR]"
Edit the current query buffer or \fIfile\fR.
.IP "\eE [\fIfilename\fR]"