From aa3a1f46dfab92aa3205f0c6cbf2697d9ac95adc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 14 Oct 1998 05:31:50 +0000 Subject: New PGQUERY_LIMIT environment variable, and doc changes. --- doc/src/sgml/libpq++.sgml | 8 +++++++- doc/src/sgml/libpq.sgml | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 8e98cc1f794..2327eb5e26a 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -174,6 +174,12 @@ sets the default cost for heap searches for the optimizer. sets the default cost for indexed searches for the optimizer. + + +PGQUERY_LIMIT +sets the maximum number of rows returned by a query. + + @@ -581,4 +587,4 @@ be silently truncated. The PGlobj class is largely untested. Use with caution. - \ No newline at end of file + diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c38ef7cb291..3038b4a51ee 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1479,6 +1479,12 @@ sets the default cost for heap searches for the optimizer. sets the default cost for indexed searches for the optimizer. + + +PGQUERY_LIMIT +sets the maximum number of rows returned by a query. + + -- cgit v1.2.3