mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
More updates for typmod int32 change. From Tom Lane.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user