diff --git a/pgtype.go b/pgtype.go index 6f8e7986..00175a30 100644 --- a/pgtype.go +++ b/pgtype.go @@ -46,6 +46,7 @@ const ( DateArrayOID = 1182 TimestamptzOID = 1184 TimestamptzArrayOID = 1185 + NumericOID = 1700 RecordOID = 2249 UUIDOID = 2950 JSONBOID = 3802