Function pgSequenceParameters

  • Parameters

    Returns Record<
        0
        | 1,
        {
            cache_size: Int8<0 | 1>;
            cycle_option: Bool<0 | 1>;
            data_type: Oid<0 | 1>;
            increment: Int8<0 | 1>;
            maximum_value: Int8<0 | 1>;
            minimum_value: Int8<0 | 1>;
            start_value: Int8<0 | 1>;
        },
    >