Re: BUG #2079: strage PREPARE/EXECUTE behavior

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Yuriy Vostrikoff" <mon(at)lcpi(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2079: strage PREPARE/EXECUTE behavior
Date: 2005-11-30 18:12:35
Message-ID: 29541.1133374355@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Yuriy Vostrikoff" <mon(at)lcpi(dot)ru> 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 Conway is looking into it for 8.2, though.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dirk Lutzebäck 2005-11-30 21:44:11 Re: pg_dump: schema with OID 559701082 does not exist
Previous Message Farid Z 2005-11-30 18:11:23 BUG #2081: ODBC numeric(12,6) SQL_C_CHAR clobbered data