aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-07-30 17:21:29 +0000
committerBruce Momjian <bruce@momjian.us>1997-07-30 17:21:29 +0000
commit775098bd28283c9b6621fb3ac01821a9bd2c478f (patch)
tree0ceb766293990fe05e2340efbb7cf3a7dbc88fe3 /src
parent1b20f8ac1193cb0b5ecafc7801db19b238d2a711 (diff)
downloadpostgresql-775098bd28283c9b6621fb3ac01821a9bd2c478f.tar.gz
postgresql-775098bd28283c9b6621fb3ac01821a9bd2c478f.zip
Add -o to psql manual page.
Diffstat (limited to 'src')
-rw-r--r--src/man/psql.128
1 files changed, 16 insertions, 12 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1
index dd88b4d53c5..c933de3e0aa 100644
--- a/src/man/psql.1
+++ b/src/man/psql.1
@@ -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.