> This feature is missing from 7.3..
> 
> (new round function is good idea (e.g. fround(numeric))

 double precision | pg_catalog | round          | double precision
 numeric          | pg_catalog | round          | numeric
 numeric          | pg_catalog | round          | numeric, integer

Looks like round still exists to me.

rbt=# select round('2.4555', 2);
 round 
-------
  2.46
(1 row)

-- 
Rod Taylor <[EMAIL PROTECTED]>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to