diff options
author | Bruce Momjian | 1998-10-14 05:31:50 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-10-14 05:31:50 +0000 |
commit | aa3a1f46dfab92aa3205f0c6cbf2697d9ac95adc (patch) | |
tree | aab7d675c1065e2efc2c56137d03ebc6525bb184 /src/man | |
parent | 8cec4cf91b844e8ff3e19a444ddfa750ea4dba11 (diff) |
New PGQUERY_LIMIT environment variable, and doc changes.
Diffstat (limited to 'src/man')
-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 d52021a6918..fe9720322d6 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.24 1998/08/15 16:36:21 thomas Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.25 1998/10/14 05:31:50 momjian Exp $ .TH LIBPQ INTRO 08/08/98 PostgreSQL PostgreSQL .SH DESCRIPTION Current documentation for this topic is available in the new Programmer's Guide @@ -106,6 +106,10 @@ sets the default cost for heap searches for the optimizer. \(bu .B PGCOSTINDEX sets the default cost for indexed searches for the optimizer. +\(bu +.B PGQUERY_LIMIT +sets the maximum number of rows returned by a query. +.sp .PP See the |