Re: concurrent cursors possible with portals?

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: concurrent cursors possible with portals?
Date: 2004-07-01 11:27:01
Message-ID: a06100510bd09a4aca4d6@[213.224.114.176]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

>Is it possible to use portals as a kind of concurrent cursors over a
>single TCP/IP connection?
>
>Or should you execute and close portals one after another and never
>execute the next portal before the previous one is closed? (Like
>regular transactions.)

Mmmmmm... Sync doesn't allow to tell which portal you want to sync,
so I guess that's it for concurrent-cursorish behavior.

Anybody know a way to implement concurrent-cursorish behavior over a
single TCP/IP connection?

Thanks,

Marc

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message ghaverla 2004-07-01 14:32:01 .pgpass
Previous Message M. Bastin 2004-07-01 10:23:52 concurrent cursors possible with portals?