11.\" This is -*-nroff-*-
22.\" XXX standard disclaimer belongs here....
3- .\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.10 1997/07/30 17:21:29 momjian Exp $
3+ .\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.11 1997/08/26 17:00:14 momjian Exp $
44.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
55.SH NAME
66psql\(em run the interactive query front-end
@@ -27,6 +27,9 @@ dbName]
2727.BR " -f"
2828filename]
2929[\c
30+ .BR " -F"
31+ separator]
32+ [\c
3033.BR " -h"
3134hostname]
3235[\c
6265table-options
6366]
6467[\c
68+ .BR " -u"
69+ ]
70+ [\c
6571.BR " -x"
6672]
6773[dbname]
@@ -136,6 +142,12 @@ Use the file
136142.IR " filename"
137143as the source of queries instead of reading queries interactively.
138144.TP
145+ .BR " -F" " separator"
146+ Use
147+ .IR " separator"
148+ as the field separator.
149+ The default is "|".
150+ .TP
139151.BR " -h" " hostname"
140152Specifies the hostname of the machine on which the
141153.IR postmaster
@@ -197,6 +209,9 @@ tabular output. For example
197209.BR border
198210will give you tables with borders.
199211.TP
212+ .BR " -u"
213+ Turns on username/password authentication.
214+ .TP
200215.BR " -x"
201216Turns on extended row format mode. When enabled each row will have its column
202217names printed on the left with the column values printed on the right.