Re: ON CONFLICT issues around whole row vars, - Mailing list pgsql-hackers

From Andres Freund
Subject Re: ON CONFLICT issues around whole row vars,
Date
Msg-id 20151005121419.GB26492@awork2.anarazel.de
Whole thread Raw
In response to Re: ON CONFLICT issues around whole row vars,  (Stephen Frost <sfrost@snowman.net>)
Responses Re: ON CONFLICT issues around whole row vars,  (Stephen Frost <sfrost@snowman.net>)
Re: ON CONFLICT issues around whole row vars,  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On 2015-10-05 08:01:00 -0400, Stephen Frost wrote:
> Peter, all,
> I had intended to address with policies what is addressed through
> permissions with 7d8db3e, but the coverage for INSERT+RETURNING was only
> done when ON CONFLICT was in use.
> 
> I've fixed that by applying the SELECT policies as WCOs for both the
> INSERT and UPDATE RETURNING cases.  This matches the permissions system,
> where we require SELECT rights on the table for an INSERT RETURNING
> query.

This really needs tests verifying the behaviour...

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Shay Rojansky
Date:
Subject: Re: Odd query execution behavior with extended protocol
Next
From: Stephen Frost
Date:
Subject: Re: ON CONFLICT issues around whole row vars,