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 0ad63088773..c0ec6947d2e 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.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 |