Re: [HACKERS] Missing operator for numeric comparison
"Oliver Elphick" <[EMAIL PROTECTED]> writes: > Is it possible to fix this before RC1? If it were an easily fixed thing, it would have been fixed long ago. regards, tom lane ---(end of broadcast)--- TIP 5: Have you checked o
[HACKERS] Missing operator for numeric comparison
Is it possible to fix this before RC1? bray=# \d price Table "price" Attribute | Type | Modifier -+---+-- product | character varying(10) | not null cost| numeric(12,2) | not null home| nu