Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed437e2 commit 4768fd3Copy full SHA for 4768fd3
doc/src/sgml/ecpg.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.98 2010/02/27 04:29:44 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.99 2010/05/09 16:30:31 tgl Exp $ -->
2
3
<chapter id="ecpg">
4
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -2256,7 +2256,7 @@ void PGTYPESdecimal_free(decimal *var);
2256
</varlistentry>
2257
2258
<varlistentry>
2259
- <term><literal>PGTYPES_NUM_OVERFLOW</literal></term>
+ <term><literal>PGTYPES_NUM_UNDERFLOW</literal></term>
2260
<listitem>
2261
<para>
2262
An underflow occurred. Since the numeric type can deal with almost
0 commit comments