when to_number( substr( raw_value, 1, 2 ), 'XX' ) - 100 < 0 then 'BC ' when to_number( substr( raw_value, 3, 2 ), 'XX' ) - 100 < 0 then 'BC ' ...
Previously, `make_date`, `make_timestamp`, and `make_timestamptz` built-ins were not implemented. In addition, a new signature for `date_trunc` was not implemented. This was inadequate because it ...