Re: Revised Patch to allow multiple table locks in "Unison"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Revised Patch to allow multiple table locks in "Unison"
Дата
Msg-id 14668.996794779@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Revised Patch to allow multiple table locks in "Unison"  (Fernando Nasser <fnasser@cygnus.com>)
Список pgsql-patches
Fernando Nasser <fnasser@cygnus.com> writes:
> BTW, it seems we have a SQL non-conformance issue here: views that are
> only projections+selections of a single base table are SQL-updatable.

Indeed.  In Postgres terms I think this means that if a CREATE VIEW
describes a view that meets the spec's constraints to be "updatable",
we should automatically create a default set of insert/update/delete
rules for it.  This is (or should be) on the TODO list.

            regards, tom lane

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

Предыдущее
От: Neil Padgett
Дата:
Сообщение: Re: Patch for Improved Syntax Error Reporting
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch for Improved Syntax Error Reporting