WIP: Automatic view update rules - Mailing list pgsql-hackers

From Bernd Helmle
Subject WIP: Automatic view update rules
Date
Msg-id 2849137C693B65CC8E86411C@imhotep.credativ.de
Whole thread Raw
Responses Re: WIP: Automatic view update rules
List pgsql-hackers
Please find attached my current  patch for automatic view update rules.
This is a stripped down version of my former patch discussed before 8.3
without CHECK OPTION support and less invasive changes to the rewriter
itself.

I'm currently cleaning up the code with all occurences of multiple base
relations (in progress) hence supporting SQL92 at the moment, only

If we decide to go further with this approach i would like to work on the
CHECK OPTION implementation based on some ideas we had in the past (e.g.
rewriter/executor support).

Note that i'm still working on this (for example, RETURNING is missing
yet), As always, discussion welcome ;)

--
  Thanks

                    Bernd

Attachment

pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: PG_PAGE_LAYOUT_VERSION 5 - time for change
Next
From: Tom Lane
Date:
Subject: Re: User defined I/O conversion casts