diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-08-11 19:03:36 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-08-11 19:03:36 +0000 |
commit | 86003b80cb05b7e15966d48c65ecba02348e7e57 (patch) | |
tree | 43a886da290f8b14786b2e6ae575db29b711cb02 | |
parent | 64ddabc848886435d06f2d123d1f48084acd3d3e (diff) | |
download | postgresql-86003b80cb05b7e15966d48c65ecba02348e7e57.tar.gz postgresql-86003b80cb05b7e15966d48c65ecba02348e7e57.zip |
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 6014e8db88b..f38210696bf 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.89.2.2 2010/08/11 18:52:23 rhaas Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.89.2.3 2010/08/11 19:03:36 rhaas Exp $ --> <chapter id="ecpg"> <title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title> @@ -4298,7 +4298,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 |