Re: sepgsql and materialized views

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: sepgsql and materialized views
Date: 2013-02-08 20:59:40
Message-ID: 1360357180.12576.YahooMailNeo@web162901.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp> wrote:

> I'll adjust contrib/sepgsql portion to fit materialized-view with
> matter of existing view.

OK.  In case it is of any use to you as a starting point, attached
is what I originally had, which seems to be similar to what you
describe as your preference.  I'll revert everything under
contrib/sepgsql/ and wait for a patch from you.

If you have something prior to a commit to the community repo, you
can work against:

https://github.com/kgrittn/postgres/commits/matview

-Kevin

Attachment Content-Type Size
matview-sepgsql-v1.diff text/x-patch 6.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2013-02-08 21:12:15 Re: Patch: UNNEST (and other functions) WITH ORDINALITY
Previous Message Jeff Janes 2013-02-08 20:36:36 pgsql: Clean up c.h / postgres.h after Assert() move