• Robert Haas's avatar
    Extend object access hook framework to support arguments, and DROP. · 07d1edb9
    Robert Haas authored
    This allows loadable modules to get control at drop time, perhaps for the
    purpose of performing additional security checks or to log the event.
    The initial purpose of this code is to support sepgsql, but other
    applications should be possible as well.
    
    KaiGai Kohei, reviewed by me.
    07d1edb9
extension.c 75 KB