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:
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user