timescale/prometheus-postgresql-adapter

Cannot set "lc_messages"

ksyz opened this issue · 1 comments

ksyz commented

With 9e6c755, adapter fails to start as unprivileged user.

caller=client.go:99 err="pq: permission denied to set parameter \"lc_messages\""

As stated in runtime-config-client.html#GUC-LC-MESSAGES: Only superusers can change this setting

@ksyz thanks for reporting.
This has been addressed with 29f7d50.
Closing the issue.