diff --git a/README.md b/README.md index 49e52ee5..9a7db94d 100644 --- a/README.md +++ b/README.md @@ -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 -- line below and replace with your root user. --- GRANT postgres_exporter TO +-- GRANT postgres_exporter TO ; CREATE SCHEMA postgres_exporter; GRANT USAGE ON SCHEMA postgres_exporter TO postgres_exporter;