const github.com/jackc/pgx/v5/pgtype.JSONBOID

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L101: 	JSONBOID               = 3802
		pgtype_default.go#L69: 	defaultMap.RegisterType(&Type{Name: "jsonb", OID: JSONBOID, Codec: &JSONBCodec{Marshal: json.Marshal, Unmarshal: json.Unmarshal}})
		pgtype_default.go#L153: 	defaultMap.RegisterType(&Type{Name: "_jsonb", OID: JSONBArrayOID, Codec: &ArrayCodec{ElementType: defaultMap.oidToType[JSONBOID]}})