mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Add new psql \da, \do, and \dT options.
This commit is contained in:
@@ -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]"
|
||||
|
Reference in New Issue
Block a user