]> granicus.if.org Git - postgresql/commitdiff
New PGQUERY_LIMIT environment variable, and doc changes.
authorBruce Momjian <bruce@momjian.us>
Wed, 14 Oct 1998 05:31:50 +0000 (05:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 14 Oct 1998 05:31:50 +0000 (05:31 +0000)
doc/src/sgml/libpq++.sgml
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-connect.c
src/man/libpq.3

index 8e98cc1f7942df53fbb1646eed4d7bfaed5c6171..2327eb5e26adaf597d4b527fd7ad95e7ccb5bc6f 100644 (file)
@@ -174,6 +174,12 @@ sets the default cost for heap searches for the optimizer.
 sets the default cost for indexed searches for the optimizer.
 </Para>
 </ListItem>
+<ListItem>
+<Para>
+<Acronym>PGQUERY_LIMIT</Acronym>
+sets the maximum number of rows returned by a query.
+</Para>
+</ListItem>
 </ItemizedList>
 </Para>
 
@@ -581,4 +587,4 @@ be silently truncated.
 <para>
 The <classname>PGlobj</classname> class is largely untested.  Use with caution.
 
-</chapter>
\ No newline at end of file
+</chapter>
index c38ef7cb2913eeb64563df4e62a71234cc7720b1..3038b4a51ee2e956ec507bfbdb7ee3ee2cc5045b 100644 (file)
@@ -1479,6 +1479,12 @@ sets the default cost for heap searches for the optimizer.
 sets the default cost for indexed searches for the optimizer.
 </Para>
 </ListItem>
+<ListItem>
+<Para>
+<Acronym>PGQUERY_LIMIT</Acronym>
+sets the maximum number of rows returned by a query.
+</Para>
+</ListItem>
 </ItemizedList>
 </Para>
 
index 998ced9876be6ddcdd2d39e3e1e02c1a85131f87..9e5b76bab5d4e0e673ae0ad43059d9dd778aa8a8 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.85 1998/10/13 20:44:49 scrappy Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.86 1998/10/14 05:31:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -142,6 +142,9 @@ static struct EnvironmentOptions
        {
                "PGGEQO", "geqo"
        },
+       {
+               "PGQUERY_LIMIT", "query_limit"
+       },
        {
                NULL
        }
index d52021a6918b88f205e7b75dde55b03d8dd5a635..fe9720322d6738c2965616b5446fac84c21234ea 100644 (file)
@@ -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