Add timetz and []timetz OID constants

https://github.com/jackc/pgx/issues/1883
pull/1895/head
Jack Christensen 2024-01-27 18:55:59 -06:00
parent 0819a17da8
commit 7b5fcac465
1 changed files with 2 additions and 0 deletions
pgtype

View File

@ -81,6 +81,8 @@ const (
IntervalOID = 1186
IntervalArrayOID = 1187
NumericArrayOID = 1231
TimetzOID = 1266
TimetzArrayOID = 1270
BitOID = 1560
BitArrayOID = 1561
VarbitOID = 1562