projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3820c63
)
Document that bytea is best represented as char * in C for ecpg.
author
Michael Meskes
<meskes@postgresql.org>
Tue, 11 Apr 2017 10:41:06 +0000
(12:41 +0200)
committer
Michael 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index 564bd321441e554a9237e2fd24f31c57176ae90c..dead4c3f869e7bf540abd234be0b8ffcef30c1cf 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-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>