Re: security label support, part.2
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Kevin Grittner <Kevin.Grittner@wicourts.gov>
Cc: Robert Haas <robertmhaas@gmail.com>, KaiGai Kohei <kaigai@kaigai.gr.jp>, pgsql-hackers@postgresql.org
Date: 2010-08-17T17:50:34Z
Lists: pgsql-hackers
* Kevin Grittner (Kevin.Grittner@wicourts.gov) wrote: > >Stephen Frost <sfrost@snowman.net> wrote: > > > Let's not build the complication of dealing with inheiritance/ > > child relations into the external security system when we're in > > the middle of trying to get rid of that distinction in core PG > > though. > > I didn't realize we were trying to do that. I know we're working on > making partitioning easier, but there hasn't been a decision to stop > supporting other uses of inheritance, has there? No.. and I'm not sure we ever would. What we *have* done is removed all permissions checking on child tables when a parent is being queried.. Stephen