diff options
Diffstat (limited to 'src/man/set.l')
-rw-r--r-- | src/man/set.l | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/man/set.l b/src/man/set.l index b1ec8640238..609a88da7a3 100644 --- a/src/man/set.l +++ b/src/man/set.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.10 1998/10/14 02:36:44 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.11 1998/10/14 05:10:12 momjian Exp $ .TH SET SQL 05/14/97 PostgreSQL PostgreSQL .SH NAME set - set run-time parameters for session @@ -76,6 +76,12 @@ by default. It's not used by GEQO anyway. off - do not use right-hand plan evaluation .fi +.PP +.IR QUERY_LIMIT +restricts the number of rows returned by a query. +The default is unlimited. + + .SH EXAMPLES .nf -- |