We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2669658 commit 6439de1Copy full SHA for 6439de1
doc/src/sgml/libpq.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.55 2001/01/13 23:58:55 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.56 2001/01/18 07:18:39 thomas Exp $
3
-->
4
5
<chapter id="libpq-chapter">
@@ -879,7 +879,7 @@ int PQfnumber(const PGresult *res,
879
at 0.
880
<synopsis>
881
Oid PQftype(const PGresult *res,
882
- int field_num);
+ int field_index);
883
</synopsis>
884
You can query the system table <literal>pg_type</literal> to obtain
885
the name and properties of the various datatypes. The <acronym>OID</acronym>s
0 commit comments