Add -E option
This commit is contained in:
parent
3f8f0ac1a7
commit
e57c34c012
@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.29 1998/10/14 02:54:39 momjian Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.30 1999/03/30 05:14:03 ishii Exp $
|
||||||
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
|
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
psql - run the interactive query front-end
|
psql - run the interactive query front-end
|
||||||
@ -24,6 +24,9 @@ dbName]
|
|||||||
.BR "-e"
|
.BR "-e"
|
||||||
]
|
]
|
||||||
[\c
|
[\c
|
||||||
|
.BR "-E"
|
||||||
|
]
|
||||||
|
[\c
|
||||||
.BR "-f"
|
.BR "-f"
|
||||||
filename]
|
filename]
|
||||||
[\c
|
[\c
|
||||||
@ -142,6 +145,9 @@ Specifies the name of the database to connect to.
|
|||||||
.BR "-e" " "
|
.BR "-e" " "
|
||||||
Echo the query sent to the backend
|
Echo the query sent to the backend
|
||||||
.TP
|
.TP
|
||||||
|
.BR "-E" " "
|
||||||
|
Echo the actual query generated by \ed and other backslash commands
|
||||||
|
.TP
|
||||||
.BR "-f" " filename"
|
.BR "-f" " filename"
|
||||||
Use the file
|
Use the file
|
||||||
.IR "filename"
|
.IR "filename"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user