Postgres 8.3: "ERROR: cached plan must not change result type"
Posted
by Jin Kim
on Stack Overflow
See other posts from Stack Overflow
or by Jin Kim
Published on 2010-05-06T19:23:20Z
Indexed on
2010/05/06
19:28 UTC
Read the original article
Hit count: 280
postgresql
This exception is being thrown by the PostgreSQL 8.3 server to my application. Does anyone know what this error means and what I can do about it?
ERROR: cached plan must not change result type
STATEMENT: select code,is_deprecated from country where code=$1
© Stack Overflow or respective owner