Add PGUSER to man page.
This commit is contained in:
parent
86883aec4f
commit
866a527163
@ -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/libpq.3,v 1.20 1998/07/14 02:41:26 momjian Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.21 1998/07/15 17:08:23 momjian Exp $
|
||||||
.TH LIBPQ INTRO 07/08/98 PostgreSQL PostgreSQL
|
.TH LIBPQ INTRO 07/08/98 PostgreSQL PostgreSQL
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Libpq is the programmer's interface to Postgres. Libpq is a set of
|
Libpq is the programmer's interface to Postgres. Libpq is a set of
|
||||||
@ -38,6 +38,10 @@ If it is set to a non-zero-length string, it causes TCP/IP
|
|||||||
communication to be used, rather than the default local Unix domain sockets.
|
communication to be used, rather than the default local Unix domain sockets.
|
||||||
.sp
|
.sp
|
||||||
\(bu
|
\(bu
|
||||||
|
.B PGUSER
|
||||||
|
sets the username use to connect to the database and for authentication.
|
||||||
|
.sp
|
||||||
|
\(bu
|
||||||
.B PGOPTIONS
|
.B PGOPTIONS
|
||||||
sets additional runtime options for the Postgres backend.
|
sets additional runtime options for the Postgres backend.
|
||||||
.sp
|
.sp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user