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
Hi @jackc ,
I'm trying to copy a set of values from a source table with column type timestamp with time zone default '-infinity'::timestamp with time zone using the https://pkg.go.dev/github.com/jackc/pgx#Conn.CopyFrom API and it errors out with a message cannot convert -infinity to Timestamptz.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @jackc ,
I'm trying to copy a set of values from a source table with column type
timestamp with time zone default '-infinity'::timestamp with time zone
using the https://pkg.go.dev/github.com/jackc/pgx#Conn.CopyFrom API and it errors out with a messagecannot convert -infinity to Timestamptz
.Is this an issue or is there a workaround this?
Thanks,
Aanand
Beta Was this translation helpful? Give feedback.
All reactions