From 8cec4cf91b844e8ff3e19a444ddfa750ea4dba11 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 14 Oct 1998 05:10:12 +0000 Subject: New QUERY_LIMIT set command. --- doc/src/sgml/ref/set.sgml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 64060984d53..87742007efc 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -415,6 +415,44 @@ Equivalent to specifying SET R_PLANS=Off. The frontend may be initialized by setting the PGRPLANS environment variable. + + +QUERY_LIMIT + + + +Sets the number of rows returned by a query. + + + + +Value + + + +Maximum number of rows to return for a query. The default is unlimited. + + +# + + + +Sets the maximum number of rows returned by a +query to #. + + +DEFAULT + + + +Sets the number of rows returned by a query to unlimited. + + + + By default, there is no limit to the number of rows + returned by a query. + + -- cgit v1.2.3