doc-ecpg-var.patch

application/octet-stream

Filename: doc-ecpg-var.patch
Type: application/octet-stream
Part: 0
Message: doc: improve document of ECPG host variable
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index dd576c2..eb8b685 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1006,7 +1006,17 @@ do
 
       <row>
        <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>
+           Range of bool is true/false only.
+           There is no need to include any header like stdbool.h for type and
+           literals because they are defined by ECPG and ECPG internally
+           includes a appropriate C language standard header or deifnes them
+           if there is no such header.
+         </para>
+        </footnote>
+       </entry>
       </row>
 
       <row>