Postgres error message limited to 70 char in sqlca - Mailing list pgsql-interfaces

From Philippe Sempé
Subject Postgres error message limited to 70 char in sqlca
Date
Msg-id 409B5AD7.000037.02700@WNT99714444
Whole thread Raw
Responses Re: Postgres error message limited to 70 char in sqlca  (Michael Meskes <meskes@postgresql.org>)
List pgsql-interfaces
Hi,
 
1 ) Can I tune postgres to force using more than 70 characters in "sqlca.sqlerrm.sqlerrmc" ?
 
It's too short, i've got some message truncated like that:
"column 'flow_cons_date' is of type timestamp without time zo [code=-400]"
 
I'd like to have more information in my application log files !
 
I've tried to change the value in sqlca.h but there's still only 70 characters usefull.
 
2) I'm still looking for an answer to "socket command type unknow"
 
Thanks

pgsql-interfaces by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: pgFoundry Open For Business
Next
From:
Date:
Subject: ECPG multiple INSERTS or SELECTS in one command?