| From: | AI Rumman <rummandba(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general General <pgsql-general(at)postgresql(dot)org> |
| Subject: | no implicit cast error in 9.2? |
| Date: | 2013-02-08 20:23:35 |
| Message-ID: | CAGoODpcwx6Z6eRFHJ5k6Pz6k+F6VFYoS03Dq=T7oG4XJc1=bkw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
I am using
PostgreSQL 9.2.3 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.6
20120305 (Red Hat 4.4.6-4), 64-bit.
I got a bit confused after installing this version. So far I used to know
that from Postgresql 8.3 implicit casting has been removed and the
following should not work at 8.3 :
create table testtab ( id varchar, id1 int)
insert into testtab values (1,1);
Where it was good to work at 8.1
http://osdir.com/ml/pgsql-general/2011-02/msg00055.html
I also faced the problem earlier.
But in 9.2 it is working perfectly.
Am I missing any release notes?
Please share your opinion. It will be appreciated.
Thanks.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kenneth Tilton | 2013-02-08 20:41:08 | Swapping volumes under tablespaces: supported? |
| Previous Message | Kevin Grittner | 2013-02-08 18:40:43 | Re: Decrease the time required function |