BUG #9136: pg_is_xlog_replay_paused() should not need Superuser

From: sys-milan(at)statpro(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9136: pg_is_xlog_replay_paused() should not need Superuser
Date: 2014-02-07 10:16:36
Message-ID: 20140207101636.26701.59633@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9136
Logged by: Renato Ramonda
Email address: sys-milan(at)statpro(dot)com
PostgreSQL version: 9.2.6
Operating system: Ubuntu 12.04
Description:

The admin function pg_is_xlog_replay_paused() is read only and can be useful
for monitoring, as such it should NOT require superuser privileges (as it
does now).

For reference, the read-only functions for monitoring the replication delay
such as pg_current_xlog_location can be executed without superuser
privileges (as remarked by the official documentation here
http://www.postgresql.org/docs/9.1/static/functions-admin.html )

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Firas Khasawneh 2014-02-07 16:51:44 ODBC Driver not allowing updates into views
Previous Message Harry Rossignol 2014-02-07 05:27:00 Re: BUG #9135: PostgreSQL doesn't want use index scan instead of (index scan+sort+limit)