Re: Return cursor - Mailing list pgsql-general

From Alexander Dederer
Subject Re: Return cursor
Date
Msg-id 9ehged$k4f$1@news.tht.net
Whole thread Raw
List pgsql-general
Can you send PL/SQL code and back-end code used this PL/SQL code?
Myself  trubles with CURSOR I resolve use LIMIT ... OFFSET ...

Alla wrote:
> I am porting our database from Oracle to PostgreSQL
>
> I know quite a lot about Oracle and pretty much nothing about
> PostgreSQL :-))
>
> I have a lot of stored procedures in Oracle that return result sets or
> cursor. All I have to do there is open a cursor and calling
> application can just fetch it
>
> Is there anyway to do the same thing in PostgreSQL?
>
> Please, help. So far I could not find anything


pgsql-general by date:

Previous
From: "Ivan Likhachov"
Date:
Subject: FullText in postgres
Next
From: "Sergey E. Volkov"
Date:
Subject: Re: Return cursor