github.com/jackc/pgx/v5.TraceQueryEndData.CommandTag (field)

3 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L484: 		c.queryTracer.TraceQueryEnd(ctx, c, TraceQueryEndData{CommandTag: commandTag, Err: err})
		tracer.go#L24: 	CommandTag pgconn.CommandTag

	github.com/jackc/pgx/v5/tracelog
		tracelog.go#L197: 		tl.log(ctx, conn, LogLevelInfo, "Query", map[string]any{"sql": queryData.sql, "args": logQueryArgs(queryData.args), tl.Config.TimeKey: interval, "commandTag": data.CommandTag.String()})