Re: Small bug with numeric in 7.0 (also in 6.5.3)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Raul Chirea <raul(at)brahms(dot)ro>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Small bug with numeric in 7.0 (also in 6.5.3)
Date: 2000-05-16 22:46:24
Message-ID: 14837.958517184@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Raul Chirea <raul(at)brahms(dot)ro> writes:
> This problem bothers me because if one (me, for example ;-) tries to
> use a client program that compose the select automaticaly (i.e. Delphi
> table component) and there is no way to manually cast that expression
> (i.e. "where <numeric_field> = 12345.67::numeric") this is a real problem !

Yeah, we know :-(. However, fixing it right --- that is, not simply
transferring the breakage to someone else --- is not all that simple.
We're working on it...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-05-18 23:17:06 Re: Foreign keys breaks tables permissions
Previous Message Raul Chirea 2000-05-16 12:42:49 Re: Small bug with numeric in 7.0 (also in 6.5.3)