You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a postgres table that contains intervals and are using binary parsing on all our other tables to increase query speed in our internal database support package. We are currently running into the nested error when trying to run queries on the new table due to the interval data failing to parse.
The AdjustIntervalForTypmod function looks difficult to understand. Mostly I think it is truncating, but I'm not sure what the precision section does and I don't have time to look into it right now. Maybe it is easy or maybe it is not.
We have a postgres table that contains
intervals
and are using binary parsing on all our other tables to increase query speed in our internal database support package. We are currently running into the nested error when trying to run queries on the new table due to the interval data failing to parse.The text was updated successfully, but these errors were encountered: