diff --git a/src/man/psql.1 b/src/man/psql.1 index dd88b4d53c563bb68a78b6f33159975b72cf3159..c933de3e0aaf39a28c33a48c4f81b23ec2d6fa5f 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.