From: Bruce Momjian Date: Fri, 8 Nov 2002 05:10:00 +0000 (+0000) Subject: Update libpq PQcmdTuples() and PQcmdStatus() docs: remove const param X-Git-Tag: REL7_3~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cefd27b73dca6d429664ca40945759fbb73b68a2;p=postgresql Update libpq PQcmdTuples() and PQcmdStatus() docs: remove const param mention to match code and include files. --- 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 @@ @@ -1210,7 +1210,7 @@ function is no longer actively supported. Returns the command status string from the SQL command that generated the PGresult. -char * PQcmdStatus(const PGresult *res); +char * PQcmdStatus(PGresult *res); @@ -1220,7 +1220,7 @@ char * PQcmdStatus(const PGresult *res); PQcmdTuples Returns the number of rows affected by the SQL command. -char * PQcmdTuples(const PGresult *res); +char * PQcmdTuples(PGresult *res); If the SQL command that generated the PGresult was INSERT, UPDATE or DELETE, this returns a