Deprecating non-select rules (was Re: Last gasp)

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Deprecating non-select rules (was Re: Last gasp)
Дата
Msg-id 201204091535.06840.andres@anarazel.de
обсуждение исходный текст
Ответ на Re: Last gasp  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Deprecating non-select rules (was Re: Last gasp)
Список pgsql-hackers
On Monday, April 09, 2012 03:25:36 PM Robert Haas wrote:
> contrib/xml2 isn't doing us much harm beyond being an ugly wart, but non-
> SELECT rules are a land mine for the unwary at best.
Which we could start deprecating now btw. since INSTEAD triggers landed in 
9.1. There were quite some use-cases for non-select rules that couldn't be 
fullfilled before but I think saying that we won't support those rules for 
more than 3 releases or so might be a good idea. I have seen too many bugs 
being caused by experienced people not realizing the pitfalls of rules.

Andres


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: why was the VAR 'optind' never changed in initdb?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: About the behavior of array_length() for empty array