Re: Updatable views

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Updatable views
Date: 2006-08-29 15:53:03
Message-ID: 449F3FA2857926E83C571C87@[172.26.14.247]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

--On Donnerstag, August 24, 2006 22:25:46 +0200 Bernd Helmle
<mailings(at)oopsware(dot)de> wrote:

> --On Montag, August 21, 2006 02:07:41 -0400 Alvaro Herrera
> <alvherre(at)commandprompt(dot)com> wrote:
>
>
> If someone wants to look at the current updatable view patch, please look
> at this current
> version.

I did some more rework based on additional suggestions from Alvaro, so
please
find the current updatable view patch attached. I've rewritten functions to
use expression_tree_walker() and added additional comments. If you find
anything more to improve, feel free to drop your comments. Thanks to
Alvarro for its comments again.

--
Thanks

Bernd

Attachment Content-Type Size
pgsql_view-update.patch application/octet-stream 58.2 KB
viewUpdate.c text/x-csrc 55.3 KB
viewUpdate.h text/x-chdr 656 bytes
upd-views.txt text/plain 4.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2006-08-29 15:55:25 Re: autovacuum causing numerous regression-test failures
Previous Message Andrew Hammond 2006-08-29 15:48:07 Re: would like to stop it auto-starting on boot on HP-UX IPF

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-08-29 16:13:11 Re: [HACKERS] Interval aggregate regression failure
Previous Message Zoltan Boszormenyi 2006-08-29 15:24:13 Re: [HACKERS] Performance testing of COPY (SELECT)