mirror of
https://github.com/jackc/pgx.git
synced 2025-07-13 15:48:50 +00:00
Update CommandTag comment
This commit is contained in:
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…
x
Reference in New Issue
Block a user