Re: Postgres 11 procedures and result sets

2018-10-02 Thread Merlin Moncure
On Mon, Oct 1, 2018 at 6:57 PM Tom Lane wrote: > Jan Kohnert writes: > > I have a question regarding the new stored procedures in Postgres 11 (I > > tested > > beta4): > > I'd like to know if it is somehow possible to get a (or possibly more) > > result > > set from selects within the SP, as it

Re: Postgres 11 procedures and result sets

2018-10-01 Thread Tom Lane
Jan Kohnert writes: > I have a question regarding the new stored procedures in Postgres 11 (I > tested > beta4): > I'd like to know if it is somehow possible to get a (or possibly more) result > set from selects within the SP, as it is possible in MariaDB, MySQL, or SQL > Server. Not there a

Postgres 11 procedures and result sets

2018-10-01 Thread Jan Kohnert
Hello List, I have a question regarding the new stored procedures in Postgres 11 (I tested beta4): I'd like to know if it is somehow possible to get a (or possibly more) result set from selects within the SP, as it is possible in MariaDB, MySQL, or SQL Server. What I found until now is to us