Update README.md

add ; for any users that are copy/pasting from the readme
This commit is contained in:
Sean Corkum 2019-06-05 07:57:44 -05:00 committed by Will Rouesnel
parent c9dc7a20a1
commit 07dd31dea6
1 changed files with 1 additions and 1 deletions

View File

@ -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 <MASTER_USER> with your root user.
-- GRANT postgres_exporter TO <MASTER_USER>
-- GRANT postgres_exporter TO <MASTER_USER>;
CREATE SCHEMA postgres_exporter;
GRANT USAGE ON SCHEMA postgres_exporter TO postgres_exporter;