Skip to content
Snippets Groups Projects
Commit 40db52af authored by Tom Lane's avatar Tom Lane
Browse files

Do not push down quals into subqueries that have LIMIT/OFFSET clauses,

since the added qual could change the set of rows that get past the
LIMIT.  Per discussion on pgsql-sql 7/15/01.
parent 8ba3548e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment