1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add -o to psql manual page.

This commit is contained in:
Bruce Momjian
1997-07-30 17:21:29 +00:00
parent 1b20f8ac11
commit 775098bd28

View File

@ -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.9 1997/06/03 03:35:46 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.10 1997/07/30 17:21:29 momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME .SH NAME
psql \(em run the interactive query front-end psql \(em run the interactive query front-end
@ -33,9 +33,6 @@ hostname]
.BR "-H" .BR "-H"
] ]
[\c [\c
.BR "-T"
table-options]
[\c
.BR "-l" .BR "-l"
port] port]
[\c [\c
@ -61,6 +58,10 @@ port]
.BR "-t" .BR "-t"
] ]
[\c [\c
.BR "-T"
table-options
]
[\c
.BR "-x" .BR "-x"
] ]
[dbname] [dbname]
@ -148,20 +149,15 @@ Turns on
.SM HTML3.0 .SM HTML3.0
tabular output. tabular output.
.TP .TP
.BR "-T" " table-options"
Allows you to specify options to be placed within the <table ...> tag
for
.SM HTML3.0
tabular output. For example
.BR border
will give you tables with borders.
.TP
.BR "-l" .BR "-l"
Lists all available databases Lists all available databases
.TP .TP
.BR "-n" .BR "-n"
Do not use the readline library for input line editing and command history. Do not use the readline library for input line editing and command history.
.TP .TP
.BR "-o" " filename"
Put all output into filename
.TP
.BR "-p" " port" .BR "-p" " port"
Specifies the Internet TCP port on which the Specifies the Internet TCP port on which the
.IR postmaster .IR postmaster
@ -193,6 +189,14 @@ This is useful with the
.BR -c .BR -c
option in shell scripts. option in shell scripts.
.TP .TP
.BR "-T" " table-options"
Allows you to specify options to be placed within the <table ...> tag
for
.SM HTML3.0
tabular output. For example
.BR border
will give you tables with borders.
.TP
.BR "-x" .BR "-x"
Turns on extended row format mode. When enabled each row will have its column Turns on extended row format mode. When enabled each row will have its column
names printed on the left with the column values printed on the right. names printed on the left with the column values printed on the right.