[ mail lists trimmed to something a tad more reasonable ]

Michael Davis <[EMAIL PROTECTED]> writes:
> From within Access, I can't update any table with a numeric data type 
> because of the "select * from tst where amount = 1.1;" failure.

Yeah.  The problem here is the conflict between interpreting '1.1' as
a "float8" constant vs. interpreting it as a "numeric" constant.  In order
to fix this we need to settle on a better type promotion hierarchy among
the various numeric datatypes.  You can find past discussions of the
issue in the pghackers archives.  I made a proposal on 13-May-2000 that
I think was objected to by some people, though I don't recall exactly
why.

                        regards, tom lane

Reply via email to