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

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L115: 	JSONPathOID            = 4072
		pgtype_default.go#L70: 	defaultMap.RegisterType(&Type{Name: "jsonpath", OID: JSONPathOID, Codec: &TextFormatOnlyCodec{TextCodec{}}})
		pgtype_default.go#L154: 	defaultMap.RegisterType(&Type{Name: "_jsonpath", OID: JSONPathArrayOID, Codec: &ArrayCodec{ElementType: defaultMap.oidToType[JSONPathOID]}})