Re: [RFC] grants vs. inherited tables - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: [RFC] grants vs. inherited tables
Date
Msg-id 20111229182249.GA24211@gmail.com
Whole thread Raw
In response to Re: [RFC] grants vs. inherited tables  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: [RFC] grants vs. inherited tables  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On Thu, Dec 29, 2011 at 03:12:50PM -0300, Alvaro Herrera wrote:
> Excerpts from Marko Kreen's message of jue dic 29 15:04:49 -0300 2011:
> > 3) Have a way to format aclitem into something
> >    that can used to create GRANT statement easily.  Eg:
> > 
> >      pg_get_privilege_info(
> >           IN priv aclitem,
> >       OUT rolename text,
> >       OUT privlist text[],
> >       OUT privlist_with_grant_option text[]);
> > 
> >    This allows doing complex introspection in pl/pgsql
> >    and also helps tools that want to re-create table structure
> >    in other databases.
> 
> aclexplode?

I guess that decides the name.  :)

-- 
marko



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: 16-bit page checksums for 9.2
Next
From: Tom Lane
Date:
Subject: Re: failed regress test