Re: updateable cursors & visibility - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: updateable cursors & visibility
Date
Msg-id 3E7FD1FC.AAADF69A@tpf.co.jp
Whole thread Raw
In response to updateable cursors & visibility  (Neil Conway <neilc@samurai.com>)
Responses Re: updateable cursors & visibility
List pgsql-hackers
Neil Conway wrote:
> 
> Folks,
> 
> I'd like to implement updateable cursors. I'll be working on just
> getting updateable cursors working for relatively simple SELECT queries
> (e.g. no joins, aggregates, grouping, user-defined function calls,
> etc.). BTW, I believe that's all the SQL spec requires, but I need to
> double check that. I'm also planning on only implementing only
> INSENSITIVE cursors,

Does the SQL standard allow INSENSITIVE updatable cursors ?

regards,
Hiroshi Inouehttp://www.geocities.jp/inocchichichi/psqlodbc/



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PQescapeBytea on Win32
Next
From: Neil Conway
Date:
Subject: Re: updateable cursors & visibility