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.
Showing
Please register or sign in to comment
since the added qual could change the set of rows that get past the LIMIT. Per discussion on pgsql-sql 7/15/01.