From 4c6538259659b6325da5205005846162c78fd593 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 17 Jun 1999 15:16:09 +0000 Subject: Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN for Irix. --- doc/src/sgml/libpq++.sgml | 6 ------ doc/src/sgml/libpq.sgml | 6 ------ doc/src/sgml/ref/set.sgml | 37 ------------------------------------- 3 files changed, 49 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 8830709064e..b9a0d84216f 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -182,12 +182,6 @@ sets the default cost for indexed searches for the optimizer. - - - PGQUERY_LIMIT - sets the maximum number of rows returned by a query. - - diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index e9d7343cb95..b54eb37a9fb 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1521,12 +1521,6 @@ sets the default cost for heap searches for the optimizer. sets the default cost for indexed searches for the optimizer. - - -PGQUERY_LIMIT -sets the maximum number of rows returned by a query. - - diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 9e4f7a4dee7..fd8eb8df2b9 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -601,43 +601,6 @@ SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZED } - - - QUERY_LIMIT - - - - Sets the maximum number of rows returned by a query. - By default, there is no limit to the number of rows - returned by a query. - - - - - # - - - - Sets the maximum number of rows returned by a - query to #. - - - - - - DEFAULT - - - - Sets the maximum number of rows returned by a query to be unlimited. - - - - - - - - -- cgit v1.2.3