mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
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.
This commit is contained in:
parent
791c075852
commit
c4bf011e45
@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
psql \(em run the interactive query front-end
|
psql \(em run the interactive query front-end
|
||||||
@ -33,6 +33,9 @@ hostname]
|
|||||||
.BR "-H"
|
.BR "-H"
|
||||||
]
|
]
|
||||||
[\c
|
[\c
|
||||||
|
.BR "-T"
|
||||||
|
table-options]
|
||||||
|
[\c
|
||||||
.BR "-l"
|
.BR "-l"
|
||||||
port]
|
port]
|
||||||
[\c
|
[\c
|
||||||
@ -145,6 +148,14 @@ Turns on
|
|||||||
.SM HTML3.0
|
.SM HTML3.0
|
||||||
tabular output.
|
tabular output.
|
||||||
.TP
|
.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"
|
.BR "-l"
|
||||||
Lists all available databases
|
Lists all available databases
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user