summaryrefslogtreecommitdiff
path: root/src/man/psql.1
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-08-26 17:00:23 +0000
committerBruce Momjian <bruce@momjian.us>1997-08-26 17:00:23 +0000
commit99e9deac73e564911dd4ea630f2b4aa68e1fd607 (patch)
tree1ab7b8d2bac48141665a6f12e9d8149ec8f671e9 /src/man/psql.1
parent5927d47b4fa379377e2285694a8c5db907d640b6 (diff)
downloadpostgresql-99e9deac73e564911dd4ea630f2b4aa68e1fd607.tar.gz
Manual page renaming.
Diffstat (limited to 'src/man/psql.1')
-rw-r--r--src/man/psql.117
1 files changed, 16 insertions, 1 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1
index c933de3e0a..d482a4f8f1 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.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.