Re: numeric to text (7.3)

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Szima Gábor <sygma(at)tesla(dot)hu>
Cc: Joel Burton <joel(at)joelburton(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: numeric to text (7.3)
Date: 2002-12-02 19:37:12
Message-ID: 1038857831.46704.50.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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 <rbt(at)rbt(dot)ca>

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeroen T. Vermeulen 2002-12-02 19:45:26 Re: 7.3: Change in cursor behaviour?
Previous Message Rod Taylor 2002-12-02 19:29:03 Re: 7.3: Change in cursor behaviour?