tschak wrote:
I have a question on set returning functions. In one of the TechDocs on the postgres website it says: "Currently SRF returning PL/pgSQL functions must generate the entire set before the result is returned" It also says that this might be changed in future releases (later than 7.3). My question is now wether the result is returned linewise in an newer version
I'm afraid not. But are you sure you need pipelining? Joe