aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-03-15 01:11:54 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-03-15 01:11:54 +0000
commitc4bf011e45e05429fc0efe17ffeb6380837e0b85 (patch)
treed866e3cc4e93034517c7f89538a2671cbd094852 /src
parent791c075852e1137e6258c07e03281b4d53345c82 (diff)
downloadpostgresql-c4bf011e45e05429fc0efe17ffeb6380837e0b85.tar.gz
postgresql-c4bf011e45e05429fc0efe17ffeb6380837e0b85.zip
From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
Just noticed that the psql man page is missing the -T option for specifying HTML table options.
Diffstat (limited to 'src')
-rw-r--r--src/man/psql.113
1 files changed, 12 insertions, 1 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1
index 3a5cdc98d1e..459e3438280 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.5 1996/12/11 22:58:16 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.6 1997/03/15 01:11:54 scrappy Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
psql \(em run the interactive query front-end
@@ -33,6 +33,9 @@ hostname]
.BR "-H"
]
[\c
+.BR "-T"
+table-options]
+[\c
.BR "-l"
port]
[\c
@@ -145,6 +148,14 @@ 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