Re: What's ETA for read/write Views?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What's ETA for read/write Views?
Дата
Msg-id 19845.965093620@sss.pgh.pa.us
обсуждение исходный текст
Ответ на What's ETA for read/write Views?  (Timothy Covell <dirac@applink.net>)
Список pgsql-sql
Read-write views exist now: you just have to write ON INSERT,
ON UPDATE, ON DELETE rules that show what you think should happen.

Some people seem to think that the system should try to intuit
those rules for them, but I don't believe that's either possible
or desirable.  The entire point of a view is that it's not an
exact image of the underlying data, so how is a machine going to
figure out what you want an update on the view to do?
        regards, tom lane


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

Предыдущее
От: Timothy Covell
Дата:
Сообщение: What's ETA for read/write Views?
Следующее
От: Christopher Sawtell
Дата:
Сообщение: Re: New book on Postgres