From 7b5fcac46526c55c6c3ed32812a0002104bae2c3 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 27 Jan 2024 18:55:59 -0600 Subject: [PATCH] Add timetz and []timetz OID constants https://github.com/jackc/pgx/issues/1883 --- pgtype/pgtype.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pgtype/pgtype.go b/pgtype/pgtype.go index 4c2532d23..08833f876 100644 --- a/pgtype/pgtype.go +++ b/pgtype/pgtype.go @@ -81,6 +81,8 @@ const ( IntervalOID = 1186 IntervalArrayOID = 1187 NumericArrayOID = 1231 + TimetzOID = 1266 + TimetzArrayOID = 1270 BitOID = 1560 BitArrayOID = 1561 VarbitOID = 1562