• PQexec(cnxn, "delete from t"): This is a SQL command, passed to Postgres, via the connection.

  • PQcmdTuples(res): Getting the operation's update count as a string.