Re: Modify the DECLARE CURSOR command tag depending on the scrollable flag - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Modify the DECLARE CURSOR command tag depending on the scrollable flag
Date
Msg-id 52966263.9040402@gmx.net
Whole thread Raw
In response to Re: Modify the DECLARE CURSOR command tag depending on the scrollable flag  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 11/27/13, 2:49 PM, Alvaro Herrera wrote:
> Would it work to have a function of some sort to which you give a cursor
> name and it returns whether it is scrollable or not?

That might make sense.  I think this case is similar to the question
whether a view is updatable.  You wouldn't put that information in the
CREATE VIEW command tag.




pgsql-hackers by date:

Previous
From: David Johnston
Date:
Subject: Re: bytea_ouput = escape vs encode(byte, 'escape')
Next
From: Peter Eisentraut
Date:
Subject: Re: Modify the DECLARE CURSOR command tag depending on the scrollable flag