|
1 | 1 | .\" This is -*-nroff-*-
|
2 | 2 | .\" XXX standard disclaimer belongs here....
|
3 |
| -.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.20 1998/07/14 02:41:26 momjian Exp $ |
| 3 | +.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.21 1998/07/15 17:08:23 momjian Exp $ |
4 | 4 | .TH LIBPQ INTRO 07/08/98 PostgreSQL PostgreSQL
|
5 | 5 | .SH DESCRIPTION
|
6 | 6 | 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
|
38 | 38 | communication to be used, rather than the default local Unix domain sockets.
|
39 | 39 | .sp
|
40 | 40 | \(bu
|
| 41 | +.BPGUSER |
| 42 | +sets the username use to connect to the database and for authentication. |
| 43 | +.sp |
| 44 | +\(bu |
41 | 45 | .BPGOPTIONS
|
42 | 46 | sets additional runtime options for the Postgres backend.
|
43 | 47 | .sp
|
|