Regarding Mutiple cursor returning in PostGres

Поиск
Список
Период
Сортировка
От Sangaran
Тема Regarding Mutiple cursor returning in PostGres
Дата
Msg-id 002801c5b6a4$43765f10$9a02a8c0@ivesia82
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Craig"
Дата:
Сообщение: Re: ODBC Driver on Windows 64 bit
Следующее
От: "Aaron Frantisak"
Дата:
Сообщение: Frontend/Backend protocol 3.0 update