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 6f21c57 commit 1b57b8bCopy full SHA for 1b57b8b
doc/src/sgml/libpq.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.245 2007/09/14 14:54:25 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.246 2007/09/26 08:45:50 momjian Exp $ -->
2
3
<chapter id="libpq">
4
<title><application>libpq</application> - C Library</title>
@@ -2092,7 +2092,9 @@ PGresult *PQdescribePortal(PGconn *conn, const char *portalName);
2092
2093
<listitem>
2094
<para>
2095
- Returns the number of rows (tuples) in the query result.
+ Returns the number of rows (tuples) in the query result. Because
2096
+ it returns an integer result, large result sets might overflow the
2097
+ return value on 32-bit operating systems.
2098
2099
<synopsis>
2100
int PQntuples(const PGresult *res);
0 commit comments