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

Patch by Kato, Sho <kato-sho@jp.fujitsu.com>
This commit is contained in:
Michael Meskes 2017-04-11 12:41:06 +02:00
parent 3820c63da8
commit a6940bdcb9
1 changed files with 5 additions and 0 deletions

View File

@ -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>