Skip to content
Snippets Groups Projects
Commit 249724cb authored by Tom Lane's avatar Tom Lane
Browse files

Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust

the privileges that will be applied to subsequently-created objects.

Such adjustments are always per owning role, and can be restricted to objects
created in particular schemas too.  A notable benefit is that users can
override the traditional default privilege settings, eg, the PUBLIC EXECUTE
privilege traditionally granted by default for functions.

Petr Jelinek
parent 41f89e3b
No related branches found
No related tags found
No related merge requests found
Showing
with 1309 additions and 94 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment