File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.98 2002/11/03 01:30:46 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.99 2002/11/08 05:03:11 momjian Exp $
33-->
44
55 <chapter id="libpq">
@@ -1210,7 +1210,7 @@ function is no longer actively supported.
12101210 Returns the command status string from the SQL command that
12111211 generated the <structname>PGresult</structname>.
12121212<synopsis>
1213- char * PQcmdStatus(const PGresult *res);
1213+ char * PQcmdStatus(PGresult *res);
12141214</synopsis>
12151215</para>
12161216</listitem>
@@ -1220,7 +1220,7 @@ char * PQcmdStatus(const PGresult *res);
12201220<function>PQcmdTuples</function>
12211221 Returns the number of rows affected by the SQL command.
12221222<synopsis>
1223- char * PQcmdTuples(const PGresult *res);
1223+ char * PQcmdTuples(PGresult *res);
12241224</synopsis>
12251225 If the <acronym>SQL</acronym> command that generated the
12261226 <structname>PGresult</structname> was INSERT, UPDATE or DELETE, this returns a
You can’t perform that action at this time.
0 commit comments