1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Cleanups for 6.2.1.

This commit is contained in:
Bruce Momjian
1997-10-16 04:14:30 +00:00
parent 78351f422b
commit a805635d21
9 changed files with 52 additions and 29 deletions

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.5 1997/10/01 18:14:53 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.6 1997/10/16 04:14:19 momjian Exp $
.TH LIBPQ INTRO 03/12/94 PostgreSQL PostgreSQL
.SH DESCRIPTION
Libpq is the programmer's interface to Postgres. Libpq is a set of
@ -202,7 +202,7 @@ be used to retrieve the tuples returned by the query.
.B PQntuples
returns the number of tuples (instances) in the query result, or the
number of rows affected for queries that do not return a tuples.
number of rows affected for queries that do not return any tuples.
.nf
int PQntuples(PGresult *res);