Re: [PATCH] DefaultACLs

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Petr Jelinek <pjmodos(at)pjmodos(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] DefaultACLs
Date: 2009-07-26 00:43:23
Message-ID: 20090726004323.GE10077@eddie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jul 25, 2009 at 08:41:12PM -0400, Robert Haas wrote:
> On Sat, Jul 25, 2009 at 8:39 PM, Joshua Tolley<eggyknap(at)gmail(dot)com> wrote:
> > On Sun, Jul 19, 2009 at 06:13:32PM +0200, Petr Jelinek wrote:
> >> while writing some basic docs I found bug in dependency handling when
> >> doing SET on object type that already had some default privileges.
> >> Attached patch fixes it, it also fixes thinko in parser (DROPing GRANT
> >> OPTION behaves like REVOKE now). And there is also initial version of
> >> those basic docs included (but you have to pardon my english as I didn't
> >> pass it to Stephen for proofreading due to discovery of that bug).
> >
> > Immediately after concluding I was done with my review, I realized I'd
> > completely forgotten to look at the docs. I've made a few changes based solely
> > on my opinions of what sounds better and what's more consistent with the
> > existing documentation. Do with them as you see fit. :)
>
> Did you intend to attach something to this email?
>
> ...Robert

Well, yes, now that you mention it :) Trying again...

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

Attachment Content-Type Size
defaultacl.docs.patch text/x-diff 11.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-07-26 00:51:54 CommitFest Status Summary - 2009-07-25
Previous Message Robert Haas 2009-07-26 00:41:12 Re: [PATCH] DefaultACLs