mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
New QUERY_LIMIT set command.
This commit is contained in:
@ -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
|
||||
--
|
||||
|
Reference in New Issue
Block a user