1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

New PGQUERY_LIMIT environment variable, and doc changes.

This commit is contained in:
Bruce Momjian
1998-10-14 05:31:50 +00:00
parent 8cec4cf91b
commit aa3a1f46df
4 changed files with 22 additions and 3 deletions

View File

@ -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>
</chapter>

View File

@ -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>