diff options
Diffstat (limited to 'doc/src/sgml/libpq.sgml')
| -rw-r--r-- | doc/src/sgml/libpq.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c38ef7cb29..3038b4a51e 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> |
