8000 Fix one more incorrect errno definition in the ECPG manual. · percona/postgres@35f0dcc · GitHub
[go: up one dir, main page]

Skip to content

Commit 35f0dcc

Browse files
committed
Fix one more incorrect errno definition in the ECPG manual.
Again, back-patch all the way to 7.4.
1 parent 19efe04 commit 35f0dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.71.2.1 2010/08/11 18:52:52 rhaas Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.71.2.2 2010/08/11 19:04:03 rhaas Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1288,7 +1288,7 @@ struct
12881288
</varlistentry>
12891289

12901290
<varlistentry>
1291-
<term>-207 (<symbol>ECPG_CONVERT_BOOL</symbol>)</term>
1291+
<term>-211 (<symbol>ECPG_CONVERT_BOOL</symbol>)</term>
12921292
<listitem>
12931293
<para>
12941294
This means the host variable is of type <type>bool</type> and

0 commit comments

Comments
 (0)
0