Regarding Mutiple cursor returning in PostGres - Mailing list pgsql-odbc

From Sangaran
Subject Regarding Mutiple cursor returning in PostGres
Date
Msg-id 002801c5b6a4$43765f10$9a02a8c0@ivesia82
Whole thread Raw
List pgsql-odbc
Hi All,
 
Can any help me in writing a stored procedure in which it returns multiple cursors. Is it possible in PostGres ?.
 
 
I need the way like this
 
BEGIN
    OPEN CURSOR c1
        select * from table1 where column1>expression;
    OPEN CURSOR c2
        select * from table2 where column2>expression;
    RETURN c1,c2;
END
 
Is this possible?
 
Pls reply if any solution.
 
regards,
-sangaran

pgsql-odbc by date:

Previous
From: "Craig"
Date:
Subject: Re: ODBC Driver on Windows 64 bit
Next
From: "Aaron Frantisak"
Date:
Subject: Frontend/Backend protocol 3.0 update