Points to Ponder:
- returns all rows from each input set, one at a time
- can return its first row before processing all input rows. (This is good.)
- used in UNION queries & tables that are part of an inheritance heirarchy
Source:
- _PostgreSQL_, Douglas & Douglas.
prev