1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

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

View File

@ -919,6 +919,11 @@ do
<entry><type>boolean</type></entry> <entry><type>boolean</type></entry>
<entry><type>bool</type><footnote><para>declared in <filename>ecpglib.h</filename> if not native</para></footnote></entry> <entry><type>bool</type><footnote><para>declared in <filename>ecpglib.h</filename> if not native</para></footnote></entry>
</row> </row>
<row>
<entry><type>bytea</type></entry>
<entry><type>char *</type></entry>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>