const MAX_TIME_PRECISION: i32 = 6;
Expand description
Mirror of PostgreSQL’s MAX_TIME_PRECISION
constant.
See: https://github.com/postgres/postgres/blob/27b77ecf9/src/include/utils/date.h#L51
const MAX_TIME_PRECISION: i32 = 6;
Mirror of PostgreSQL’s MAX_TIME_PRECISION
constant.
See: https://github.com/postgres/postgres/blob/27b77ecf9/src/include/utils/date.h#L51