Re: How to update rows from a cursor in PostgreSQL
От
Peter Eisentraut
Тема
Re: How to update rows from a cursor in PostgreSQL
Дата
Msg-id
Pine.LNX.4.44.0302220303120.2067-100000@peter.localdomain
Ответ на
Список
Дерево обсуждения
Re: How to update rows from a cursor in PostgreSQL Ruben <ruben12@superguai.com>
Re: How to update rows from a cursor in PostgreSQL Tom Lane <tgl@sss.pgh.pa.us>
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@gmx.net
В списке pgsql-general по дате отправления