1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Manual page renaming.

This commit is contained in:
Bruce Momjian
1997-08-26 17:00:23 +00:00
parent 5927d47b4f
commit 99e9deac73
7 changed files with 31 additions and 16 deletions

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.10 1997/07/30 17:21:29 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.11 1997/08/26 17:00:14 momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
psql \(em run the interactive query front-end
@ -27,6 +27,9 @@ dbName]
.BR "-f"
filename]
[\c
.BR "-F"
separator]
[\c
.BR "-h"
hostname]
[\c
@ -62,6 +65,9 @@ port]
table-options
]
[\c
.BR "-u"
]
[\c
.BR "-x"
]
[dbname]
@ -136,6 +142,12 @@ Use the file
.IR "filename"
as the source of queries instead of reading queries interactively.
.TP
.BR "-F" " separator"
Use
.IR "separator"
as the field separator.
The default is "|".
.TP
.BR "-h" " hostname"
Specifies the hostname of the machine on which the
.IR postmaster
@ -197,6 +209,9 @@ tabular output. For example
.BR border
will give you tables with borders.
.TP
.BR "-u"
Turns on username/password authentication.
.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.