Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jeff(at)pgexperts(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump
Date: 2013-07-18 18:47:46
Message-ID: 4952.1374173266@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

jeff(at)pgexperts(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Frost 2013-07-18 18:53:52 Re: BUG #8315: GRANTS allowed on extension functions, but not dumped by pg_dump
Previous Message bricklen 2013-07-18 18:01:21 Re: PGSQL Bug