concurrent cursors possible with portals?

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

Hi,

I'm reading the docs about the extended query language and the
portals. 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.)

Thanks,

Marc

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message M. Bastin 2004-07-01 11:27:01 Re: concurrent cursors possible with portals?
Previous Message Chris Leahy 2004-07-01 04:46:08 regression test