Re: [v9.3] Row-Level Security

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Simon Riggs <simon(at)2ndQuadrant(dot)com>, Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>, Robert Haas <robertmhaas(at)gmail(dot)com>, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Florian Pflug <fgp(at)phlo(dot)org>, PgHacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [v9.3] Row-Level Security
Date: 2012-12-03 16:59:26
Message-ID: 20121203165926.GG5276@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Fetter escribió:
> On Mon, Dec 03, 2012 at 03:41:47PM +0000, Simon Riggs wrote:
> > On 3 December 2012 15:36, Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp> wrote:
> > > 2012/12/3 David Fetter <david(at)fetter(dot)org>:
> > >> On Sun, Nov 25, 2012 at 03:20:28PM +0100, Kohei KaiGai wrote:
> > >>> > However, UPDATE / DELETE support is not perfect right now.
> > >>> > In case when we try to update / delete a table with inherited
> > >>> > children and RETURNING clause was added, is loses right
> > >>> > references to the pseudo columns, even though it works fine
> > >>> > without inherited children.
> > >>> >
> > >>> The attached patch fixed this known problem.
> > >>
> > >> This patch no longer applies to git master. Any chance of a rebase?
> > >>
> > > OK, I'll rebese it.
> >
> > No chunk failures, its just fuzz.
>
> I must have done something wrong.
>
> I downloaded the patch from the web email archives, then ran "git
> apply" on it, and got this:

git apply is much stricter than other tools; if the patch requires a
merge, it doesn't try. Try applying it with "patch -p1 < /path/to/patch"
(this is what I always use)

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-12-03 17:02:47 Re: [v9.3] Row-Level Security
Previous Message Kevin Grittner 2012-12-03 16:31:52 Re: Materialized views WIP patch