summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-11-08 05:10:00 +0000
committerBruce Momjian <bruce@momjian.us>2002-11-08 05:10:00 +0000
commitcefd27b73dca6d429664ca40945759fbb73b68a2 (patch)
tree0c4594b429f409c67e25e0d40b495eb4fd45fdeb /doc/src
parent56b12f79fd3d21fa5e192233feaec2f659fc676a (diff)
downloadpostgresql-cefd27b73dca6d429664ca40945759fbb73b68a2.tar.gz
Update libpq PQcmdTuples() and PQcmdStatus() docs: remove const param
mention to match code and include files.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 6a787a5831..db205bb7dd 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.98.2.1 2002/11/06 23:30:39 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.98.2.2 2002/11/08 05:10:00 momjian Exp $
-->
<chapter id="libpq">
@@ -1210,7 +1210,7 @@ function is no longer actively supported.
Returns the command status string from the SQL command that
generated the <structname>PGresult</structname>.
<synopsis>
-char * PQcmdStatus(const PGresult *res);
+char * PQcmdStatus(PGresult *res);
</synopsis>
</para>
</listitem>
@@ -1220,7 +1220,7 @@ char * PQcmdStatus(const PGresult *res);
<function>PQcmdTuples</function>
Returns the number of rows affected by the SQL command.
<synopsis>
-char * PQcmdTuples(const PGresult *res);
+char * PQcmdTuples(PGresult *res);
</synopsis>
If the <acronym>SQL</acronym> command that generated the
<structname>PGresult</structname> was INSERT, UPDATE or DELETE, this returns a