summaryrefslogtreecommitdiff
path: root/src/man/set.l
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-06-17 15:16:09 +0000
committerBruce Momjian <bruce@momjian.us>1999-06-17 15:16:09 +0000
commit4c6538259659b6325da5205005846162c78fd593 (patch)
tree2acae522c457c5c124fce867758b29752309a989 /src/man/set.l
parent0c1ec674474a317c8f90a114db4111f48cc76223 (diff)
downloadpostgresql-4c6538259659b6325da5205005846162c78fd593.tar.gz
Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN
for Irix.
Diffstat (limited to 'src/man/set.l')
-rw-r--r--src/man/set.l6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/man/set.l b/src/man/set.l
index 23ecae07e7..c0e866c6b3 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.22 1999/06/09 03:51:40 vadim Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.23 1999/06/17 15:16:06 momjian Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
set - set run-time parameters for session
@@ -74,10 +74,6 @@ enables or disables a workaround for memory exhaustion in queries with many
clauses.
The default is disabled.
.PP
-.IR QUERY_LIMIT
-restricts the number of rows returned by a query.
-The default is unlimited.
-.PP
.IR TIMEZONE
sets your timezone.
.PP