diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-07-15 17:08:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-07-15 17:08:23 +0000 |
commit | 866a527163c09d29a881766d3f59e4548063dfbf (patch) | |
tree | 25794a63cced3dcb9318ee6640ae258367d82b0b /src | |
parent | 86883aec4f6d8502f3a6339465ed8cfa1b949b55 (diff) | |
download | postgresql-866a527163c09d29a881766d3f59e4548063dfbf.tar.gz postgresql-866a527163c09d29a881766d3f59e4548063dfbf.zip |
Add PGUSER to man page.
Diffstat (limited to 'src')
-rw-r--r-- | src/man/libpq.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/man/libpq.3 b/src/man/libpq.3 index 05d853205eb..62ecb55cf0c 100644 --- a/src/man/libpq.3 +++ b/src/man/libpq.3 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" 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 .SH DESCRIPTION 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. .sp \(bu +.B PGUSER +sets the username use to connect to the database and for authentication. +.sp +\(bu .B PGOPTIONS sets additional runtime options for the Postgres backend. .sp |