diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-07-14 02:41:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-07-14 02:41:26 +0000 |
commit | e36f96e42a61f6214d9bae2d2f7626e22886d7bf (patch) | |
tree | aeb7117798256b1a64f47d907aa18e4648e7b6af /src/man | |
parent | 3600fd320f30f74051d2762a1f4b8529e5e58974 (diff) |
More updates for typmod int32 change. From Tom Lane.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/libpq.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/libpq.3 b/src/man/libpq.3 index 8afe20632ce..05d853205eb 100644 --- a/src/man/libpq.3 +++ b/src/man/libpq.3 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.19 1998/07/09 03:30:49 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.20 1998/07/14 02:41:26 momjian Exp $ .TH LIBPQ INTRO 07/08/98 PostgreSQL PostgreSQL .SH DESCRIPTION Libpq is the programmer's interface to Postgres. Libpq is a set of @@ -309,8 +309,8 @@ returns the type-specific modification data of the field associated with the given field index. Field indices start at 0. .nf -short PQfmod(PGresult *res, - int field_index); +int PQfmod(PGresult *res, + int field_index); .fi .B PQgetvalue |