diff options
author | Robert Haas | 2010-08-11 19:04:09 +0000 |
---|---|---|
committer | Robert Haas | 2010-08-11 19:04:09 +0000 |
commit | 019e2f4501e51d7285fc34ae876580789cc26112 (patch) | |
tree | 9182f1a56d820445b2738bebdea8ada28665dd42 | |
parent | 815f242a44e4d061bb64b789d2c0699412f46864 (diff) |
Fix one more incorrect errno definition in the ECPG manual.
Again, back-patch all the way to 7.4.
-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 |