mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +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:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.53.2.3 2010/08/11 18:53:04 rhaas Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.53.2.4 2010/08/11 19:04:16 rhaas Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ecpg">
|
||||
@@ -1279,7 +1279,7 @@ struct
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-207 (<symbol>ECPG_CONVERT_BOOL</symbol>)</term>
|
||||
<term>-211 (<symbol>ECPG_CONVERT_BOOL</symbol>)</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This means the host variable is of type <type>bool</type> and
|
||||
|
Reference in New Issue
Block a user