diff options
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index d371a8b23fd..9331a147bae 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -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"> @@ -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 |