Pipelined functions in Postgres - Mailing list pgsql-performance

From Milen Kulev
Subject Pipelined functions in Postgres
Date
Msg-id 005701c6dc2c$49011fc0$0a00a8c0@trivadis.com
Whole thread Raw
Responses Re: Pipelined functions in Postgres  ("Shoaib Mir" <shoaibmir@gmail.com>)
Re: Pipelined functions in Postgres  ("Talha Khan" <talha.amjad@gmail.com>)
List pgsql-performance
Hello Lister,
I am curios whether I can emulate the Oracle pipelined functions functionality in PG too (using RETURN NEXT ). For more
information and examples about Oracle pipelined functions see:
http://asktom.oracle.com/pls/ask/f?p=4950:8:8127757633768425921::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:4447489221109

I have used  pipeline functions in DWH enviromnent  with success and would like
To use similar concept in PG too.

Any help, examples , links and  shared experiences would be greately appreciated.

Best Regards.
Milen


pgsql-performance by date:

Previous
From: Ivan Voras
Date:
Subject: Re: Optimizing DELETE
Next
From: "Shoaib Mir"
Date:
Subject: Re: Pipelined functions in Postgres