Updateable cursors patch

Поиск
Список
Период
Сортировка
От FAST PostgreSQL
Тема Updateable cursors patch
Дата
Msg-id 21558.10861175333802.fast.fujitsu.com.au@MHS
обсуждение исходный текст
Ответы Re: Updateable cursors patch  ("Simon Riggs" <simon@2ndquadrant.com>)
Re: Updateable cursors patch  (Bruce Momjian <bruce@momjian.us>)
Re: Updateable cursors patch  ("Jaime Casanova" <systemguards@gmail.com>)
Список pgsql-patches
Attached is a working updateable cursors patch. The core functionality has
been implemented and the patch also contains the regression tests and
documentation.

However there are still a couple of TODOs that needs to be done. The planner
has to be taught to treat a DELETE/UPDATE WHERE CURRENT OF as a TidScan.
Currently it follows the sequential scan route and extracts the current tuple
based on the cursor position from the portal.  Also, an issue that needs to
be looked at is how to treat joins with an updateable cursor. Currently it is
allowed and when it comes to delete or update, an error message is thrown
from the executor.

Rgds,
Arul Shaji



Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "FAST PostgreSQL"
Дата:
Сообщение: Re: COPY-able sql log outputs
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: COPY-able sql log outputs