File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
psql - run the interactive query front-end
@@ -24,6 +24,9 @@ dbName]
24
24
.BR " -e"
25
25
]
26
26
[\c
27
+ .BR " -E"
28
+ ]
29
+ [\c
27
30
.BR " -f"
28
31
filename]
29
32
[\c
@@ -142,6 +145,9 @@ Specifies the name of the database to connect to.
142
145
.BR " -e" " "
143
146
Echo the query sent to the backend
144
147
.TP
148
+ .BR " -E" " "
149
+ Echo the actual query generated by \e d and other backslash commands
150
+ .TP
145
151
.BR " -f" " filename"
146
152
Use the file
147
153
.IR " filename"
You can’t perform that action at this time.
0 commit comments