Commit a6940bdc authored by Michael Meskes's avatar Michael Meskes

Document that bytea is best represented as char * in C for ecpg.

Patch by Kato, Sho <kato-sho@jp.fujitsu.com>
parent 3820c63d
......@@ -919,6 +919,11 @@ do
<entry><type>boolean</type></entry>
<entry><type>bool</type><footnote><para>declared in <filename>ecpglib.h</filename> if not native</para></footnote></entry>
</row>
<row>
<entry><type>bytea</type></entry>
<entry><type>char *</type></entry>
</row>
</tbody>
</tgroup>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment