File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.4 1996/12/11 00:27 :53 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.5 1997/10/01 18:14 :53 momjian Exp $
4
4
.TH LIBPQ INTRO 03/12/94 PostgreSQL PostgreSQL
5
5
.SH DESCRIPTION
6
6
Libpq is the programmer's interface to Postgres. Libpq is a set of
@@ -201,7 +201,9 @@ be used to retrieve the tuples returned by the query.
201
201
.IP
202
202
203
203
.B PQntuples
204
- returns the number of tuples (instances) in the query result.
204
+ returns the number of tuples (instances) in the query result, or the
205
+ number of rows affected for queries that do not return a tuples.
206
+
205
207
.nf
206
208
int PQntuples(PGresult *res);
207
209
.fi
You can’t perform that action at this time.
0 commit comments