cursors and sessions

From: chester c young <chestercyoung(at)yahoo(dot)com>
To: sql pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: cursors and sessions
Date: 2008-03-13 22:54:33
Message-ID: 105895.21197.qm@web54303.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Aaron Bono 2008-03-13 23:04:39 Re: cursors and sessions
Previous Message Steve Crawford 2008-03-13 20:22:41 Re: Counting days ...