The following bug has been logged online: Bug reference: 1962 Logged by: Charles Wegrzyn Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.4 Operating system: Linux : 2.6.13-r4 Description: ECPG and VARCHAR Details:
I have code that under 8.0.3 works: VARCHAR t[MAX_TENANT_SIZE+1]; VARCHAR o[MAX_OID_SIZE+1]; In 8.0.4 I found this throws an error during the ecpg step: tenant.ec:375: ERROR: pointer to varchar are not implemented tenant.ec:376: ERROR: pointer to varchar are not implemented ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org