Dave Page writes:
> I don't know about JDBC, but ODBC could use it, and it would save a heck
> of a lot of pain in apps like pgAdmin that need to figure out if a column
> in an arbitrary resultset might be updateable.
Strictly speaking, result sets are never updatable, because there's no way
you can refer to a result set and tell the system to update it. So let's
hear what you *really* need and then consider interfaces for *that*.
Maybe updatable views or updatable cursors?
--
Peter Eisentraut peter_e@gmx.net