Re: WIP: Automatic view update rules

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: WIP: Automatic view update rules
Дата
Msg-id 603c8f070812280649t6be5f784h91a40d6049abeae0@mail.gmail.com
обсуждение исходный текст
Ответ на WIP: Automatic view update rules  (Bernd Helmle <mailings@oopsware.de>)
Список pgsql-hackers
>> 2) Another less important bug, the WITH CHECK OPTION is accepted even
>> when that functionality is not implemented.
>>
>> updatable_views=# create or replace view v2 as select * from foo where
>> id < 10 with check option;
>> NOTICE:  CREATE VIEW will create implicit INSERT/UPDATE/DELETE rules
>> CREATE VIEW
> What do we want in this case? We can throw an error telling that CHECK
> OPTION isn't supported yet or simply issueing a warning.

+1 for an error.

...Robert


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

Предыдущее
От: "Robert Haas"
Дата:
Сообщение: Re: Proposed Patch to Improve Performance of Multi-BatchHash Join for Skewed Data Sets
Следующее
От: "Bernd Helmle"
Дата:
Сообщение: Re: WIP: Automatic view update rules