Commit 74139693 authored by Robert Haas's avatar Robert Haas

Fix one more incorrect errno definition in the ECPG manual.

Again, back-patch all the way to 7.4.
parent ffcd7a11
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.102 2010/08/11 18:52:02 rhaas Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.103 2010/08/11 19:03:16 rhaas Exp $ -->
<chapter id="ecpg"> <chapter id="ecpg">
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title> <title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
...@@ -4883,7 +4883,7 @@ struct ...@@ -4883,7 +4883,7 @@ struct
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>-207 (<symbol>ECPG_CONVERT_BOOL</symbol>)</term> <term>-211 (<symbol>ECPG_CONVERT_BOOL</symbol>)</term>
<listitem> <listitem>
<para> <para>
This means the host variable is of type <type>bool</type> and This means the host variable is of type <type>bool</type> and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment