You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-11-25 10:43:13 +03:00
Update README.md
add ; for any users that are copy/pasting from the readme
This commit is contained in:
committed by
Will Rouesnel
parent
c9dc7a20a1
commit
07dd31dea6
@@ -177,7 +177,7 @@ ALTER USER postgres_exporter SET SEARCH_PATH TO postgres_exporter,pg_catalog;
|
|||||||
|
|
||||||
-- If deploying as non-superuser (for example in AWS RDS), uncomment the GRANT
|
-- If deploying as non-superuser (for example in AWS RDS), uncomment the GRANT
|
||||||
-- line below and replace <MASTER_USER> with your root user.
|
-- line below and replace <MASTER_USER> with your root user.
|
||||||
-- GRANT postgres_exporter TO <MASTER_USER>
|
-- GRANT postgres_exporter TO <MASTER_USER>;
|
||||||
CREATE SCHEMA postgres_exporter;
|
CREATE SCHEMA postgres_exporter;
|
||||||
GRANT USAGE ON SCHEMA postgres_exporter TO postgres_exporter;
|
GRANT USAGE ON SCHEMA postgres_exporter TO postgres_exporter;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user