Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    249724cb
    Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust · 249724cb
    Tom Lane authored
    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
    249724cb
    History
    Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
    Tom Lane authored
    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