Returns the command status tag from the SQL command that generated the
PGresult
.Commonly this is just the name of the command, but it might include additional data such as the number of rows processed. The caller should not free the result directly. It will be freed when the associated
PGresult
handle is passed toPQclear
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in) | :: | pgresult |