Re: Proposal for updatable views

Поиск
Список
Период
Сортировка
От Bernd Helmle
Тема Re: Proposal for updatable views
Дата
Msg-id 8D9433F83DBE9D4A1B7515FF@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Proposal for updatable views  (Neil Conway <neilc@samurai.com>)
Ответы Re: Proposal for updatable views  ("Jaime Casanova" <systemguards@gmail.com>)
Список pgsql-hackers

--On Sonntag, März 12, 2006 23:52:12 -0500 Neil Conway <neilc@samurai.com>
wrote:

> On Fri, 2006-03-10 at 11:21 +0100, Bernd Helmle wrote:
>> Please find attached a patch that implements SQL92-compatible updatable
>> views.
>
> I'm currently reviewing this. Comments later...
>

ok....

>> Please note that the patch isn't complete yet
>
> Do you have a list of known TODO items?
>

The code needs to be teached to handle indexed array fields correctly, at
the moment this causes the backend to crash.

And there's also a shift/reduce conflict, which needs to be fixed in
gram.y. The code has some fragments around which aren't used anymore, so a
cleanup is on my todo as well (however, some are already ifdef'ed out).
       Bernd





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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Restoring a Full Cluster on a Different Architecture (32 x 64)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: DB2-style INS/UPD/DEL RETURNING