From: | Kevin Grittner <kgrittn(at)ymail(dot)com> |
---|---|
To: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp> |
Subject: | sepgsql and materialized views |
Date: | 2013-02-03 20:38:39 |
Message-ID: | 1359923919.58665.YahooMailNeo@web162901.mail.bf1.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I'm hoping that someone familiar with sepgsql can review this
portion of the materialized view patch and comment on whether it is
the best approach for dealing with the integration of these two
features. Basically, the patch as it stands treats a materialized
view as a table for purposes of sepgsql labels. I initially
invented new lables, but Robert suggested that this would make
materialized views unusable in an SE environment until the
corresponding labels were added at the OS level. It seems sane to
me because a materialized view exists on disk the same as a table,
but is populated differently -- from a view-like rule.
The portion of the patch which affects the contrib/sepgsql/ tree is
attached.
Thoughts?
-Kevin
Attachment | Content-Type | Size |
---|---|---|
sepgsql-matview-v1.patch | text/x-patch | 5.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Janes | 2013-02-03 20:54:02 | Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system |
Previous Message | Jeff Janes | 2013-02-03 19:46:39 | Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system |