updatable/deletable terminology

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема updatable/deletable terminology
Дата
Msg-id 1375924743.17807.4.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: updatable/deletable terminology
Re: updatable/deletable terminology
Список pgsql-hackers
We have these two error messages:

To make the view updatable, provide an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE trigger.

and

To make the view updatable, provide an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE trigger.

I think it's a bit strange to claim that adding a DELETE rule/trigger
makes a view *updatable*.  I suspect someone thought they would apply
the term "updatable" in an SQL standard sense, but that seems backwards,
because you get to these error conditions exactly because the view as
defined was not Updatable(tm).

Or perhaps "deletable" isn't such a good word here?

Maybe "To enable updates/deletions in the view, ..."?




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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: 9.4 regression
Следующее
От: Peter Eisentraut
Дата:
Сообщение: MultiXactId concept underdocumented