Tom Lane wrote:
>> > Raul Chirea <[EMAIL PROTECTED]> writes:
>> > > So, it seems to be a parser difficulty (bug) to correctly determine
>> > > the type of a numeric constant with decimals (like 99.9).
>> >
>> > We've been aware of the problem for a while but are unsure as yet
>> > how to solve i
Raul Chirea <[EMAIL PROTECTED]> 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 = 12345.67::numeric") this