Re: [BUGS] BUG #2079: strage PREPARE/EXECUTE behavior

2005-11-30 Thread Tom Lane
"Yuriy Vostrikoff" <[EMAIL PROTECTED]> writes: > EXECUTE return wrong result after ALTER TABLE ALTER COLUMN TYPE. Is this > expected behavior? The prepared plan really should be invalidated by the ALTER, but we don't currently have any infrastructure that would allow that to happen. I think Neil C

[BUGS] BUG #2079: strage PREPARE/EXECUTE behavior

2005-11-30 Thread Yuriy Vostrikoff
The following bug has been logged online: Bug reference: 2079 Logged by: Yuriy Vostrikoff Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.0 Operating system: Debian sarge Description:strage PREPARE/EXECUTE behavior Details: EXECUTE return wrong result after