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: REL_10_BETA1~310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6940bdcb9ef87a54459deac5699a61cfdbc696c;p=postgresql 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 * +