From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | jesse(dot)waters(at)gmail(dot)com |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Permission select pg_stat_replication |
Date: | 2015-03-31 13:12:52 |
Message-ID: | 20150331131252.GI3663@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-hackers |
Jesse,
* jesse(dot)waters(at)gmail(dot)com (jesse(dot)waters(at)gmail(dot)com) wrote:
> Could someone tell me what permission is required to
> select * from pg_stat_replication; ?
Currently, you're required to have superuser rights.
> I like to setup a monitor to query database with minimal privileges necessary.
I agree 110% and am actively working to fix exactly this issue. I hope
to have a patch in the next day or so which will allow you to GRANT
rights to such a monitor user which will allow that user to see all the
contents of pg_stat_replication.
One thing which would be really great is if you have time to test with
the patch I'm working up (it's against 9.5, but this is strictly
functionality testing and should be just in in a dev/test environment,
I wouldn't suggest running 9.5 in production, of course!).
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2015-03-31 13:31:30 | Re: Permission select pg_stat_replication |
Previous Message | Rossi, Maria | 2015-03-31 13:02:32 | Re: Suppress 'duplicate key' at errorlog? |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2015-03-31 13:19:58 | Re: WAL format changes break the suppression of do-nothing checkpoints. |
Previous Message | Fabrízio de Royes Mello | 2015-03-31 13:11:19 | Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. ); |