![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
first select does not return amount, second does. |
#3
| |||
| |||
|
|
-----Original Message----- From: Tom Lane [mailto:tgl (AT) sss (DOT) pgh.pa.us] Sent: Wednesday, September 29, 2004 5:38 PM To: Damjan Pipan Cc: pgsql-bugs (AT) postgresql (DOT) org Subject: Re: [BUGS] BUG #1272: text + numeric wrong behaviour "PostgreSQL Bugs List" <pgsql-bugs (AT) postgresql (DOT) org> writes: first select does not return amount, second does. Huh? I get regression=# SELECT * FROM a1; description | amount -------------+-------- asdasd | 370.00 (1 row) regression=# SELECT description::varchar, amount FROM a1; description | amount -------------+-------- asdasd | 370.00 (1 row) on both 7.3 and current ... regards, tom lane |
![]() |
| Thread Tools | |
| Display Modes | |
| |