pgsql procedures?? - Mailing list pgsql-hackers

From Maurício Paiva
Subject pgsql procedures??
Date
Msg-id 000801c382f2$91ba2d60$0100c60a@hotlink.com.br
Whole thread Raw
Responses Re: pgsql procedures??  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-hackers
What we are trying to figure out is if postgresql supports 
returning multiple result sets from a stored procedure (psql 
function?)
 
For example in MSSQL's Northwind database you can create the 
following stored procedure:
 
<mssql-proc>
 CREATE PROCEDURE "test"
 AS
 SELECT * FROM Orders
 SELECT * FROM Customers
 GO
 </mssql-proc>
 
This would return two datasets from the procedure.
 We are unsure as to how to map this in to a pgsql equivalent.

pgsql-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: [pgsql-www] NuSphere and PostgreSQL for windows
Next
From: Hornyak Laszlo
Date:
Subject: Re: [ADMIN] postgres 6.2 vacuum