Re: Rules and Views

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Rules and Views
Дата
Msg-id 25080.1028092940@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Rules and Views  (Curt Sampson <cjs@cynic.net>)
Ответы Re: Rules and Views  (Curt Sampson <cjs@cynic.net>)
Re: Rules and Views  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
Curt Sampson <cjs@cynic.net> writes:
> On Wed, 31 Jul 2002, Tom Lane wrote:
>> Well, to my mind that's what the error message says now.  The reason
>> it didn't help you was that you *did* have a rule ... but it didn't
>> completely override the view insertion.

> Right, like I said, my model was wrong. I didn't think of the error
> message as being an "insert behaviour" that had to be overridden; I
> thought of it as a "there is no behaviour right now" message.

Hm.  How about

ERROR:  Cannot insert into a viewYou need an unconditional ON INSERT DO INSTEAD rule
        regards, tom lane


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Open 7.3 items
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: Rules and Views