Function pgEventTriggerDroppedObjects

  • Returns Setof<
        {
            from: {
                address_args: Array<0 | 1, Text<0 | 1>>;
                address_names: Array<0 | 1, Text<0 | 1>>;
                classid: Oid<0 | 1>;
                is_temporary: Bool<0 | 1>;
                normal: Bool<0 | 1>;
                object_identity: Text<0 | 1>;
                object_name: Text<0 | 1>;
                object_type: Text<0 | 1>;
                objid: Oid<0 | 1>;
                objsubid: Int4<0 | 1>;
                original: Bool<0 | 1>;
                schema_name: Text<0 | 1>;
            };
        },
    >