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

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1207827

Browse files
committed
Fix one more incorrect errno definition in the ECPG manual.
Again, back-patch all the way to 7.4.
1 parent 11dce14 commit 1207827

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-
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.53.2.3 2010/08/11 18:53:04 rhaas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.53.2.4 2010/08/11 19:04:16 rhaas Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1279,7 +1279,7 @@ struct
12791279
</varlistentry>
12801280

12811281
<varlistentry>
1282-
<term>-207 (<symbol>ECPG_CONVERT_BOOL</symbol>)</term>
1282+
<term>-211 (<symbol>ECPG_CONVERT_BOOL</symbol>)</term>
12831283
<listitem>
12841284
<para>
12851285
This means the host variable is of type <type>bool</type> and

0 commit comments

Comments
 (0)
0