Function pgEventTriggerDdlCommands

  • Returns FromItem<
        {
            classid: Oid<0 | 1>;
            command: PgDdlCommand<0 | 1>;
            command_tag: Text<0 | 1>;
            in_extension: Bool<0 | 1>;
            object_identity: Text<0 | 1>;
            object_type: Text<0 | 1>;
            objid: Oid<0 | 1>;
            objsubid: Int4<0 | 1>;
            schema_name: Text<0 | 1>;
        },
    >