Update CommandTag comment

pull/1281/head
Jack Christensen 2022-07-11 21:09:55 -05:00
parent aaacdbf3ea
commit f0cd9cb867
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ func (pgConn *PgConn) ParameterStatus(key string) string {
return pgConn.parameterStatuses[key]
}
// CommandTag is the result of an Exec function
// CommandTag is the status text returned by PostgreSQL for a query.
type CommandTag struct {
s string
}