mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Add -o to psql manual page.
This commit is contained in:
parent
1b20f8ac11
commit
775098bd28
@ -1,6 +1,6 @@
|
||||
.\" This is -*-nroff-*-
|
||||
.\" 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
|
||||
.SH NAME
|
||||
psql \(em run the interactive query front-end
|
||||
@ -33,9 +33,6 @@ hostname]
|
||||
.BR "-H"
|
||||
]
|
||||
[\c
|
||||
.BR "-T"
|
||||
table-options]
|
||||
[\c
|
||||
.BR "-l"
|
||||
port]
|
||||
[\c
|
||||
@ -61,6 +58,10 @@ port]
|
||||
.BR "-t"
|
||||
]
|
||||
[\c
|
||||
.BR "-T"
|
||||
table-options
|
||||
]
|
||||
[\c
|
||||
.BR "-x"
|
||||
]
|
||||
[dbname]
|
||||
@ -148,20 +149,15 @@ Turns on
|
||||
.SM HTML3.0
|
||||
tabular output.
|
||||
.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"
|
||||
Lists all available databases
|
||||
.TP
|
||||
.BR "-n"
|
||||
Do not use the readline library for input line editing and command history.
|
||||
.TP
|
||||
.BR "-o" " filename"
|
||||
Put all output into filename
|
||||
.TP
|
||||
.BR "-p" " port"
|
||||
Specifies the Internet TCP port on which the
|
||||
.IR postmaster
|
||||
@ -193,6 +189,14 @@ This is useful with the
|
||||
.BR -c
|
||||
option in shell scripts.
|
||||
.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"
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user