]> granicus.if.org Git - postgresql/commitdiff
Document that bytea is best represented as char * in C for ecpg.
authorMichael Meskes <meskes@postgresql.org>
Tue, 11 Apr 2017 10:41:06 +0000 (12:41 +0200)
committerMichael Meskes <meskes@postgresql.org>
Tue, 11 Apr 2017 10:41:06 +0000 (12:41 +0200)
Patch by Kato, Sho <kato-sho@jp.fujitsu.com>

doc/src/sgml/ecpg.sgml

index 564bd321441e554a9237e2fd24f31c57176ae90c..dead4c3f869e7bf540abd234be0b8ffcef30c1cf 100644 (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>