summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq++.sgml8
-rw-r--r--doc/src/sgml/libpq.sgml6
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml
index 8e98cc1f794..2327eb5e26a 100644
--- a/doc/src/sgml/libpq++.sgml
+++ b/doc/src/sgml/libpq++.sgml
@@ -174,6 +174,12 @@ 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>
@@ -581,4 +587,4 @@ be silently truncated.
<para>
The <classname>PGlobj</classname> class is largely untested. Use with caution.
-</chapter> \ No newline at end of file
+</chapter>
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index c38ef7cb291..3038b4a51ee 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1479,6 +1479,12 @@ 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>