|
1 | 1 | .\" This is -*-nroff-*-
|
2 | 2 | .\" XXX standard disclaimer belongs here....
|
3 |
| -.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.9 1997/06/03 03:35:46 momjian Exp $ |
| 3 | +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.10 1997/07/30 17:21:29 momjian Exp $ |
4 | 4 | .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
|
5 | 5 | .SH NAME
|
6 | 6 | psql \(em run the interactive query front-end
|
@@ -33,9 +33,6 @@ hostname]
|
33 | 33 | .BR "-H"
|
34 | 34 | ]
|
35 | 35 | [\c
|
36 |
| -.BR "-T" |
37 |
| -table-options] |
38 |
| -[\c |
39 | 36 | .BR "-l"
|
40 | 37 | port]
|
41 | 38 | [\c
|
|
61 | 58 | .BR "-t"
|
62 | 59 | ]
|
63 | 60 | [\c
|
| 61 | +.BR "-T" |
| 62 | +table-options |
| 63 | +] |
| 64 | +[\c |
64 | 65 | .BR "-x"
|
65 | 66 | ]
|
66 | 67 | [dbname]
|
@@ -148,20 +149,15 @@ Turns on
|
148 | 149 | .SM HTML3.0
|
149 | 150 | tabular output.
|
150 | 151 | .TP
|
151 |
| -.BR "-T" " table-options" |
152 |
| -Allows you to specify options to be placed within the <table ...> tag |
153 |
| -for |
154 |
| -.SM HTML3.0 |
155 |
| -tabular output. For example |
156 |
| -.BR border |
157 |
| -will give you tables with borders. |
158 |
| -.TP |
159 | 152 | .BR "-l"
|
160 | 153 | Lists all available databases
|
161 | 154 | .TP
|
162 | 155 | .BR "-n"
|
163 | 156 | Do not use the readline library for input line editing and command history.
|
164 | 157 | .TP
|
| 158 | +.BR "-o" " filename" |
| 159 | +Put all output into filename |
| 160 | +.TP |
165 | 161 | .BR "-p" " port"
|
166 | 162 | Specifies the Internet TCP port on which the
|
167 | 163 | .IR postmaster
|
@@ -193,6 +189,14 @@ This is useful with the
|
193 | 189 | .BR -c
|
194 | 190 | option in shell scripts.
|
195 | 191 | .TP
|
| 192 | +.BR "-T" " table-options" |
| 193 | +Allows you to specify options to be placed within the <table ...> tag |
| 194 | +for |
| 195 | +.SM HTML3.0 |
| 196 | +tabular output. For example |
| 197 | +.BR border |
| 198 | +will give you tables with borders. |
| 199 | +.TP |
196 | 200 | .BR "-x"
|
197 | 201 | Turns on extended row format mode. When enabled each row will have its column
|
198 | 202 | names printed on the left with the column values printed on the right.
|
|
0 commit comments