1
0
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:
Bruce Momjian
1998-10-14 05:10:12 +00:00
parent 39f2ec55d7
commit 8cec4cf91b
6 changed files with 161 additions and 18 deletions

View File

@ -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
--