Skip to content

Commit 775098b

Browse files
committed
Add -o to psql manual page.
1 parent 1b20f8a commit 775098b

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

src/man/psql.1

Lines changed: 16 additions & 12 deletions
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.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 $
44
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55
.SH NAME
66
psql \(em run the interactive query front-end
@@ -33,9 +33,6 @@ hostname]
3333
.BR "-H"
3434
]
3535
[\c
36-
.BR "-T"
37-
table-options]
38-
[\c
3936
.BR "-l"
4037
port]
4138
[\c
@@ -61,6 +58,10 @@ port]
6158
.BR "-t"
6259
]
6360
[\c
61+
.BR "-T"
62+
table-options
63+
]
64+
[\c
6465
.BR "-x"
6566
]
6667
[dbname]
@@ -148,20 +149,15 @@ Turns on
148149
.SM HTML3.0
149150
tabular output.
150151
.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
159152
.BR "-l"
160153
Lists all available databases
161154
.TP
162155
.BR "-n"
163156
Do not use the readline library for input line editing and command history.
164157
.TP
158+
.BR "-o" " filename"
159+
Put all output into filename
160+
.TP
165161
.BR "-p" " port"
166162
Specifies the Internet TCP port on which the
167163
.IR postmaster
@@ -193,6 +189,14 @@ This is useful with the
193189
.BR -c
194190
option in shell scripts.
195191
.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
196200
.BR "-x"
197201
Turns on extended row format mode. When enabled each row will have its column
198202
names printed on the left with the column values printed on the right.

0 commit comments

Comments
 (0)