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 functions round(numeric, integer) and
round(double precision, integer)?

Should I change float into numeric in my tables if possible?

Regards,
Tomasz Myrta


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to