Result
Short Description
The Result node returns tuples after a level of projection from the outer plan if there is one, or evaluate a variable-free targetlist if not
Detailed Description​
The Result node returns tuples after a level of projection (picking specific columns and/or applying functions to columns) from the outer plan if there is one, or evaluate a variable-free targetlist if not.
Additional Links​
- PostgreSQL Documentation - Using Explain
- pgAnalyze - Explain
- eTutorials - Understanding How PostgreSQL Executes a Query
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.