Re: how to find out whether a view is updatable

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: how to find out whether a view is updatable
Дата
Msg-id CAB7nPqQhk2Q5-W_Te4BPyGCapnM1r69p=UvJey2iZyGyA8g8YA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: how to find out whether a view is updatable  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: how to find out whether a view is updatable  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
Sorry for my late reply.

On Sun, Jun 9, 2013 at 6:45 PM, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
I called it updatable rather than "writable" or "read-only" because it
might perhaps be extended in the future with separate options for
"insertable" and "deletable". It could also be extended to give
column-level control over updatability, or something like
"use_remote_updatability" could be added, but that all feels like 9.4
material.

Yes this is definitely material for 9.4. You should add this patch to the 1st commit fest. I'll add myself as a reviewer.
Thanks,
--
Michael

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Hard limit on WAL space used (because PANIC sucks)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: ALTER TABLE ... ALTER CONSTRAINT