Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3fd9a62

Browse files
committed
Add \dt and \di to psql help.
1 parent 3afafc8 commit 3fd9a62

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/man/psql.1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" 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 $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.9 1997/06/03 03:35:46 momjian Exp $
44
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55
.SH NAME
66
psql \(em run the interactive query front-end
@@ -273,6 +273,10 @@ is specified, list the columns in
273273
If table name is
274274
.IR *,
275275
list all tables and column information for each tables.
276+
.IP "\edi"
277+
List only indexes.
278+
.IP "\edt"
279+
List only tables.
276280
.IP "\ee [\fIfilename\fR]"
277281
Edit the current query buffer or \fIfile\fR.
278282
.IP "\eE [\fIfilename\fR]"

0 commit comments

Comments
 (0)