Re: WITH CHECK and Column-Level Privileges - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: WITH CHECK and Column-Level Privileges
Date
Msg-id CAEZATCWGVzoWAre4tdmu0Dwa-SKOSS-3ckZcEnDuT-O3macihQ@mail.gmail.com
Whole thread Raw
In response to Re: WITH CHECK and Column-Level Privileges  (Stephen Frost <sfrost@snowman.net>)
Responses Re: WITH CHECK and Column-Level Privileges
List pgsql-hackers
On 27 January 2015 at 22:45, Stephen Frost <sfrost@snowman.net> wrote:
> Here's the latest set with a few additional improvements (mostly
> comments but also a couple missed #include's and eliminating unnecessary
> whitespace changes).  Unless there are issues with my testing tonight or
> concerns raised, I'll push these tomorrow.
>

I spotted a couple of minor things reading the patches:

- There's a typo in the comment for the GetModifiedColumns() macros
("...stick in into...").

- The new regression test is not tidying up properly after itself,
because it's trying to drop the table t1 as the wrong user.

Other than that, this looks reasonable to me, and I think that for
most common situations it won't reduce the detail in errors.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: TABLESAMPLE patch
Next
From: Etsuro Fujita
Date:
Subject: Re: EvalPlanQual behaves oddly for FDW queries involving system columns