We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afafc8 commit 3fd9a62Copy full SHA for 3fd9a62
src/man/psql.1
@@ -1,6 +1,6 @@
1
.\" This is -*-nroff-*-
2
.\" XXX standard disclaimer belongs here....
3
-.\" $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 $
4
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
5
.SH NAME
6
psql \(em run the interactive query front-end
@@ -273,6 +273,10 @@ is specified, list the columns in
273
If table name is
274
.IR *,
275
list all tables and column information for each tables.
276
+.IP "\edi"
277
+List only indexes.
278
+.IP "\edt"
279
+List only tables.
280
.IP "\ee [\fIfilename\fR]"
281
Edit the current query buffer or \fIfile\fR.
282
.IP "\eE [\fIfilename\fR]"
0 commit comments