Skip to content

Commit a5ce2a5

Browse files
committed
,
1 parent 253cd33 commit a5ce2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/pg_stat_database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func (PGStatDatabaseCollector) Update(ctx context.Context, instance *instance, c
209209
rows, err := db.QueryContext(ctx,
210210
`SELECT
211211
datid
212-
,COALESCE(datname, 'vazio') AS datname,
212+
,COALESCE(datname, 'vazio') AS datname
213213
,numbackends
214214
,xact_commit
215215
,xact_rollback

0 commit comments

Comments
 (0)