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

Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in

ExecutorRun.  This allows LIMIT to work in a view.  Also, LIMIT in a
cursor declaration will behave in a reasonable fashion, whereas before
it was overridden by the FETCH count.
parent c9476baf
No related branches found
No related tags found
Loading
Showing
with 502 additions and 225 deletions
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