Proposed patch for rules with RETURNING

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Proposed patch for rules with RETURNING
Дата
Msg-id 25745.1157152562@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Proposed patch for rules with RETURNING  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-patches
Attached is a draft patch that makes rules support RETURNING as per my
proposal of earlier today, ie, have the rewriter automatically adjust a
RETURNING clause present in an unconditional INSTEAD rule.  The core of
the patch is barely twenty lines (the code added to rewriteRuleAction)
--- the rest is error checking to reject invalid rules.

Comments, objections?

            regards, tom lane

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [DOCS] Predicate Locking
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Proposed patch for rules with RETURNING