Re: Proposal for updatable views

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal for updatable views
Date: 2006-03-13 19:01:56
Message-ID: 8D9433F83DBE9D4A1B7515FF@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On Sonntag, März 12, 2006 23:52:12 -0500 Neil Conway <neilc(at)samurai(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-03-13 20:38:10 Re: DB2-style INS/UPD/DEL RETURNING
Previous Message Greg Stark 2006-03-13 18:54:24 Re: Restoring a Full Cluster on a Different Architecture (32 x 64)