Re: Problem with function permissions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problem with function permissions
Date
Msg-id 19838.1039711704@sss.pgh.pa.us
Whole thread Raw
In response to Problem with function permissions  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-hackers
"Dave Page" <dpage@vale-housing.co.uk> writes:
> I would not have expected public to now have execute permission. Any
> reason for this, or is it a bug?

The default permissions for functions grant execute to public; the
system is just instantiating that default when you do an explicit grant.

The original implementation of function permissions didn't grant
anything to public, but we concluded that that would break too many
applications to be a reasonable default.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Problem with function permissions
Next
From: "Dave Page"
Date:
Subject: Re: Problem with function permissions