From f08b5e7577e70f9aee80d04e94864bb5053f7555 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 29 Aug 2014 09:05:35 -0400 Subject: pg_is_xlog_replay_paused(): remove super-user-only restriction Also update docs to mention which function are super-user-only. Report by sys-milan@statpro.com Backpatch through 9.4 --- doc/src/sgml/func.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c715ca25508..1cc80a540ac 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16469,7 +16469,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); pg_xlog_replay_pause() void - Pauses recovery immediately. + Pauses recovery immediately (restricted to superusers). @@ -16477,7 +16477,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); pg_xlog_replay_resume() void - Restarts recovery if it was paused. + Restarts recovery if it was paused (restricted to superusers). @@ -16585,7 +16585,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); for controlling and interacting with replication features. See and for information about the - underlying features. + underlying features. Use of these functions is restricted to superusers. -- cgit v1.2.3