summaryrefslogtreecommitdiff
path: root/doc/src
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 /doc/src
parent0c1ec674474a317c8f90a114db4111f48cc76223 (diff)
Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN
for Irix.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq++.sgml6
-rw-r--r--doc/src/sgml/libpq.sgml6
-rw-r--r--doc/src/sgml/ref/set.sgml37
3 files changed, 0 insertions, 49 deletions
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.
</para>
</listitem>
- <listitem>
- <para>
- <envar>PGQUERY_LIMIT</envar>
- sets the maximum number of rows returned by a query.
- </para>
- </listitem>
</itemizedlist>
</para>
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.
</Para>
</ListItem>
-<ListItem>
-<Para>
-<Acronym>PGQUERY_LIMIT</Acronym>
-sets the maximum number of rows returned by a query.
-</Para>
-</ListItem>
</ItemizedList>
</Para>
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 }
</listitem>
</varlistentry>
- <varlistentry>
- <term>
- QUERY_LIMIT
- </term>
- <listitem>
- <para>
- 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.
-
- <variablelist>
- <varlistentry>
- <term>
- <replaceable class="parameter">#</replaceable>
- </term>
- <listitem>
- <para>
- Sets the maximum number of rows returned by a
- query to <replaceable class="parameter">#</replaceable>.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- DEFAULT
- </term>
- <listitem>
- <para>
- Sets the maximum number of rows returned by a query to be unlimited.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </listitem>
- </varlistentry>
-
</variablelist>
</para>
</refsect2>