const github.com/jackc/pgtype.NumericOID

4 uses

	github.com/jackc/pgtype (current package)
		pgtype.go#L69: 	NumericOID          = 1700
		pgtype.go#L300: 	ci.RegisterDataType(DataType{Value: &Numeric{}, Name: "numeric", OID: NumericOID})

	github.com/jackc/pgx/v4/stdlib
		sql.go#L483: 	case pgtype.NumericOID:
		sql.go#L510: 	case pgtype.NumericOID: