From: Michael Meskes Date: Tue, 11 Apr 2017 10:41:06 +0000 (+0200) Subject: Document that bytea is best represented as char * in C for ecpg. X-Git-Tag: XL_10_R1BETA1~288^2~380 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a6940bdcb9ef87a54459deac5699a61cfdbc696c;p=postgres-xl.git Document that bytea is best represented as char * in C for ecpg. Patch by Kato, Sho --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 564bd32144..dead4c3f86 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -919,6 +919,11 @@ do boolean booldeclared in ecpglib.h if not native + + + bytea + char * +