From 775098bd28283c9b6621fb3ac01821a9bd2c478f Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Wed, 30 Jul 1997 17:21:29 +0000 Subject: [PATCH] Add -o to psql manual page. --- src/man/psql.1 | 28 ++++++++++++++++------------ 1 file 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. -- GitLab