doc mention to match code and include files.
Returns the command status string from the SQL command that
generated the PGresult.
-char * PQcmdStatus(const PGresult *res);
+char * PQcmdStatus(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