Re: cursors with prepared statements - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: cursors with prepared statements
Date
Msg-id cbed8cb0-7a0c-a50d-5e1e-b2575273b35a@2ndquadrant.com
Whole thread Raw
In response to Re: cursors with prepared statements  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: cursors with prepared statements
List pgsql-hackers
On 6/11/18 09:57, Amit Kapila wrote:
> Sounds like a reasonable approach.  Have you not considered using a
> special OPEN syntax because there are some other forms of problems
> with it?

There is no OPEN command in direct SQL.  Do you mean whether I have
considered introducing an OPEN command?  Yes, but it seems to me that
that would create weird inconsistencies and doesn't seem very useful in
practice.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Spilling hashed SetOps and aggregates to disk
Next
From: Alexander Korotkov
Date:
Subject: Re: Locking B-tree leafs immediately in exclusive mode