Ruben writes:
> Since "FOR UPDATE" cursors are not supported in PostgreSQL, can I update
> the current row of table t1?
There is no direct way, but some interfaces (e.g., ODBC, JDBC) emulate
updatable cursors in the client.
--
Peter Eisentraut peter_e(at)gmx(dot)net