TODO question - Mailing list pgsql-hackers

From Pavlo Baron
Subject TODO question
Date
Msg-id 014101c18f1a$c06aa220$6500a8c0@bw1
Whole thread Raw
List pgsql-hackers
This TODO-item "SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires
quotes" - is it already fixed? I executed smth. like

select * from tab2 where dpcol = 10.1;

and it returns a record containing this value in the double precision column
"dpcol".

rgds
Pavlo Baron



pgsql-hackers by date:

Previous
From: "Pavlo Baron"
Date:
Subject: Re: patch: INSERT INTO t VALUES (a, b, ..., DEFAULT, ...)
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Implicit cast of literal in SQL statements