2
0

Update CommandTag comment

This commit is contained in:
Jack Christensen
2022-07-11 21:09:55 -05:00
parent aaacdbf3ea
commit f0cd9cb867
+1 -1
View File
@@ -628,7 +628,7 @@ func (pgConn *PgConn) ParameterStatus(key string) string {
return pgConn.parameterStatuses[key] 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 { type CommandTag struct {
s string s string
} }