Skip to content

Commit a6940bd

Browse files
author
Michael Meskes
committed
Document that bytea is best represented as char * in C for ecpg.
Patch by Kato, Sho <kato-sho@jp.fujitsu.com>
1 parent 3820c63 commit a6940bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/src/sgml/ecpg.sgml

+5
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,11 @@ do
919919
<entry><type>boolean</type></entry>
920920
<entry><type>bool</type><footnote><para>declared in <filename>ecpglib.h</filename> if not native</para></footnote></entry>
921921
</row>
922+
923+
<row>
924+
<entry><type>bytea</type></entry>
925+
<entry><type>char *</type></entry>
926+
</row>
922927
</tbody>
923928
</tgroup>
924929
</table>

0 commit comments

Comments
 (0)