Postgres 8.3: "ERROR: cached plan must not change result type"
- by Jin Kim
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