Document that bytea is best represented as char * in C for ecpg.
authorMichael Meskes
Tue, 11 Apr 2017 10:41:06 +0000 (12:41 +0200)
committerMichael Meskes
Tue, 11 Apr 2017 10:41:06 +0000 (12:41 +0200)
Patch by Kato, Sho 

doc/src/sgml/ecpg.sgml

index 564bd321441e554a9237e2fd24f31c57176ae90c..dead4c3f869e7bf540abd234be0b8ffcef30c1cf 100644 (file)
@@ -919,6 +919,11 @@ do
        boolean
        booldeclared in ecpglib.h if not native
       
+
+      
+       bytea
+       char *
+