Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump
Date
Msg-id 4952.1374173266@sss.pgh.pa.us
Whole thread Raw
In response to BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump  (jeff@pgexperts.com)
List pgsql-bugs
jeff@pgexperts.com writes:
> permtest=# create extension dblink;
> CREATE EXTENSION
> permtest=# grant EXECUTE on FUNCTION dblink(text) to permtestuser;
> GRANT

I see no bug here.  This is not different from any other
property-alteration you might do on an extension member object.
We allow that (if you have privileges), but it's up to you to keep it
in sync with the extension definition file.

            regards, tom lane

pgsql-bugs by date:

Previous
From: bricklen
Date:
Subject: Re: PGSQL Bug
Next
From: Jeff Frost
Date:
Subject: Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump