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

Commit e57c34c

Browse files
committed
Add -E option
1 parent 3f8f0ac commit e57c34c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/man/psql.1

Lines changed: 7 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.29 1998/10/14 02:54:39 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.30 1999/03/30 05:14:03 ishii Exp $
44
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55
.SH NAME
66
psql - run the interactive query front-end
@@ -24,6 +24,9 @@ dbName]
2424
.BR "-e"
2525
]
2626
[\c
27+
.BR "-E"
28+
]
29+
[\c
2730
.BR "-f"
2831
filename]
2932
[\c
@@ -142,6 +145,9 @@ Specifies the name of the database to connect to.
142145
.BR "-e" " "
143146
Echo the query sent to the backend
144147
.TP
148+
.BR "-E" " "
149+
Echo the actual query generated by \ed and other backslash commands
150+
.TP
145151
.BR "-f" " filename"
146152
Use the file
147153
.IR "filename"

0 commit comments

Comments
 (0)