1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Fix one more incorrect errno definition in the ECPG manual.

Again, back-patch all the way to 7.4.
This commit is contained in:
Robert Haas
2010-08-11 19:04:03 +00:00
parent 19efe0489f
commit 35f0dccb0d

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.71.2.1 2010/08/11 18:52:52 rhaas Exp $ $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.71.2.2 2010/08/11 19:04:03 rhaas Exp $
--> -->
<chapter id="ecpg"> <chapter id="ecpg">
@ -1288,7 +1288,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