cursors and sessions - Mailing list pgsql-sql

From chester c young
Subject cursors and sessions
Date
Msg-id 105895.21197.qm@web54303.mail.re2.yahoo.com
Whole thread Raw
Responses Re: cursors and sessions  ("Aaron Bono" <postgresql@aranya.com>)
List pgsql-sql
is there any way to share a cursor between sessions?

I have a costly query whose records need to be visited by in order by n
number of concurrent sessions, and am unable to find the best way of
doing this.

I'd almost like to write a daemon that hands out the next record, but
that's a royal pain to set up and maintain.

     ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping


pgsql-sql by date:

Previous
From: Steve Crawford
Date:
Subject: Re: Counting days ...
Next
From: "Aaron Bono"
Date:
Subject: Re: cursors and sessions