diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/set.sgml | 38 |
1 files changed, 38 insertions, 0 deletions
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 <command>SET R_PLANS=Off</command>. The frontend may be initialized by setting the PGRPLANS environment variable. +<varlistentry> +<term> +QUERY_LIMIT +</term> +<listitem> +<para> +Sets the number of rows returned by a query. + +<variablelist> +<varlistentry> +<term> +Value +</term> +<listitem> +<para> +Maximum number of rows to return for a query. The default is unlimited. +<varlistentry> +<term> +<replaceable class="parameter">#</replaceable> +</term> +<listitem> +<para> +Sets the maximum number of rows returned by a +query to <replaceable class="parameter">#</replaceable>. +<varlistentry> +<term> +DEFAULT +</term> +<listitem> +<para> +Sets the number of rows returned by a query to unlimited. +</varlistentry> + +<para> + By default, there is no limit to the number of rows + returned by a query. +</variablelist> + </VARLISTENTRY> </VARIABLELIST> </REFSECT2> |
