mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 11:06:21 -04: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:
parent
815f242a44
commit
019e2f4501
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.62.4.3 2010/08/11 18:52:58 rhaas Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.62.4.4 2010/08/11 19:04:09 rhaas Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ecpg">
|
||||
|
|
@ -1288,7 +1288,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue