Further details on cursors. - Mailing list pgsql-general

From Matthew A. R. Sherian
Subject Further details on cursors.
Date
Msg-id BANLkTi=JzbzaAqDbgvy61aVUN3T6uk1g3g@mail.gmail.com
Whole thread Raw
List pgsql-general
I am running into an odd problem when fetching from multiple cursors in Perl. However, I do not feel knowledgeable enough to ask an intelligent question.
Can you in the community direct me at some deeper documentation. Perhaps a developers guide (for Postgres itself), that might discuss the internal handling
of  cursors, queries prepared within the cursor and what happens when the end of a block of fetched data is reached.

pgsql-general by date:

Previous
From: Russell Smith
Date:
Subject: = ANY (SELECT ..) and type casts, what's going on here?
Next
From: Derrick Rice
Date:
Subject: Re: { SELECT *->NOT(column1, column2) FROM table } syntax idea