Skip to content
Snippets Groups Projects
Commit 775098bd authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add -o to psql manual page.

parent 1b20f8ac
No related branches found
No related tags found
No related merge requests found
.\" 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] ...@@ -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] ...@@ -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 ...@@ -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 ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment