pg_event_trigger_dropped_objects returns a list of all objects dropped by the command in whose sql_drop event it is called.
Signatures & examples
pg_event_trigger_dropped_objects () → setof record
pg_event_trigger_dropped_objects returns a list of all objects dropped by the command in whose sql_drop event it is called. If called in any other context, an error is raised. This function returns the following columns:Version history 2