• Robert Haas's avatar
    Object access hook framework, with post-creation hook. · cc1ed40d
    Robert Haas authored
    After a SQL object is created, we provide an opportunity for security
    or logging plugins to get control; for example, a security label provider
    could use this to assign an initial security label to newly created
    objects.  The basic infrastructure is (hopefully) reusable for other types
    of events that might require similar treatment.
    
    KaiGai Kohei, with minor adjustments.
    cc1ed40d
foreigncmds.c 28.7 KB