• Tom Lane's avatar
    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
execMain.c 85.2 KB