Skip to content

Commit 6439de1

Browse files
author
Thomas G. Lockhart
committed
Fix incorrect placeholder name in example.
1 parent 2669658 commit 6439de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.55 2001/01/13 23:58:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.56 2001/01/18 07:18:39 thomas Exp $
33
-->
44

55
<chapter id="libpq-chapter">
@@ -879,7 +879,7 @@ int PQfnumber(const PGresult *res,
879879
at 0.
880880
<synopsis>
881881
Oid PQftype(const PGresult *res,
882-
int field_num);
882+
int field_index);
883883
</synopsis>
884884
You can query the system table <literal>pg_type</literal> to obtain
885885
the name and properties of the various datatypes. The <acronym>OID</acronym>s

0 commit comments

Comments
 (0)