minor suggestion about rule syntax

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема minor suggestion about rule syntax
Дата
Msg-id Pine.LNX.4.58.0311041605510.10271@sablons.ensmp.fr
обсуждение исходный текст
Список pgsql-hackers
Hello folks,

I would like suggest to add an ALSO keyword to the CREATE RULE
syntax, so as to allow :

CREATE RULE foo AS
ON DELETE TO bla
DO ALSO ...;

The semantics would not change wrt without this keyword, but it would make
it clearer that in this case the initial query is ALSO performed, as the
INSTEAD keywords which tells that it is not.

-- 
Fabien COELHO   _____   fabien@coelho.net   _____   http://www.coelho.net


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

Предыдущее
От: Alexey Mahotkin
Дата:
Сообщение: UPPER()/LOWER() and UTF-8
Следующее
От: John Ireland
Дата:
Сообщение: Re: pg_clog woes with 7.3.2 - Episode 2