Re: WIP: Automatic view update rules

From: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Bernd Helmle <mailings(at)oopsware(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: Automatic view update rules
Date: 2009-01-22 07:35:53
Message-ID: 3073cc9b0901212335j45443861ude0dd25aeb13b8b3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jan 21, 2009 at 11:09 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> Here is my latest reworked patch that fixes all outstanding issues.
>
>

1) there's a regression failure, it's just a message that changes...
attached regression.diffs

2) this comment on
src/backend/rewrite/viewUpdate.c:form_where_for_updrule() is no longer
true
"""
/*
* Finally, create the OpExpr node, as part of a CaseExpr and
* include the OpExpr as part of the Case for managing NULL's
* we will do this everytime. That way we will have no
* problem with:
*
* ALTER TABLE ... ALTER COLUMN ... DROP NOT NULL;
*/
"""

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

Attachment Content-Type Size
regression.diffs application/octet-stream 949 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-01-22 08:09:25 Re: Pluggable Indexes (was Re: rmgr hooks (v2))
Previous Message Heikki Linnakangas 2009-01-22 07:12:13 Re: Pluggable Indexes (was Re: rmgr hooks (v2))