• Alvaro Herrera's avatar
    pg_event_trigger_dropped_objects: add is_temp column · e9a077ca
    Alvaro Herrera authored
    It now also reports temporary objects dropped that are local to the
    backend.  Previously we weren't reporting any temp objects because it
    was deemed unnecessary; but as it turns out, it is necessary if we want
    to keep close track of DDL command execution inside one session.  Temp
    objects are reported as living in schema pg_temp, which works because
    such a schema-qualification always refers to the temp objects of the
    current session.
    e9a077ca
lsyscache.h 6.59 KB