mirror of https://github.com/jackc/pgx.git
Update CommandTag comment
parent
aaacdbf3ea
commit
f0cd9cb867
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue