• Returns Setof<
        {
            from: {
                creation_time: Timestamptz<0 | 1>;
                is_binary: Bool<0 | 1>;
                is_holdable: Bool<0 | 1>;
                is_scrollable: Bool<0 | 1>;
                name: Text<0 | 1>;
                statement: Text<0 | 1>;
            };
        },
    >