Re: UPDATE SET (a,b,c) = (SELECT ...) versus rules

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: UPDATE SET (a,b,c) = (SELECT ...) versus rules
Дата
Msg-id 53A008C9.6090907@dalibo.com
обсуждение исходный текст
Ответ на Re: UPDATE SET (a,b,c) = (SELECT ...) versus rules  (Hannu Krosing <hannu@2ndQuadrant.com>)
Ответы Re: UPDATE SET (a,b,c) = (SELECT ...) versus rules
Re: UPDATE SET (a,b,c) = (SELECT ...) versus rules
Список pgsql-hackers
On 06/17/2014 09:43 AM, Hannu Krosing wrote:
> On 06/14/2014 09:35 PM, Tom Lane wrote:
>> > As I mentioned awhile ago, I'm thinking about implementing the
>> > SQL-standard construct
>> >
>> >     UPDATE foo SET ..., (a,b,...) = (SELECT x,y,...), ...
>> >
>> > I've run into a rather nasty problem, which is how does this interact
>> > with expansion of NEW references in ON UPDATE rules?  
>
> Was'nt there a plan (consensus?) about deprecating rules altogether ?

I believe that was just for user access to them, ie CREATE RULE.  I
don't think there was ever question of purging them from the code base.
-- 
Vik



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

Предыдущее
От: xbzhang
Дата:
Сообщение: Re: How to implement the skip errors for copy from ?
Следующее
От: David Rowley
Дата:
Сообщение: Re: Window function optimisation, allow pushdowns of items matching PARTITION BY clauses