const MAX_TIMESTAMP_PRECISION: i32 = 6;
Expand description
Mirror of PostgreSQL’s MAX_TIMESTAMP_PRECISION
constant.
See: https://github.com/postgres/postgres/blob/27b77ecf9/src/include/datatype/timestamp.h#L53
const MAX_TIMESTAMP_PRECISION: i32 = 6;
Mirror of PostgreSQL’s MAX_TIMESTAMP_PRECISION
constant.
See: https://github.com/postgres/postgres/blob/27b77ecf9/src/include/datatype/timestamp.h#L53