Re: [SQL] float and numeric in 7.3

2003-02-03 Thread Tom Lane
Tomasz Myrta <[EMAIL PROTECTED]> writes: > 7.3 can't automaticaly cast float into numeric? Nope, we tightened it up --- that's not an implicit cast anymore. regards, tom lane ---(end of broadcast)--- TIP 1: subscribe and un

[SQL] float and numeric in 7.3

2003-02-03 Thread Tomasz Myrta
Hi I've just upgraded Postgresql 7.2 -> 7.3 Some of my views use function "round" with datatype "float". They don't work after upgrading: ERROR: Function round(double precision, integer) does not exist What happened? 7.3 can't automaticaly cast float into numeric? Or maybe 7.2 had both funct