@@ -13939,7 +13939,6 @@ SELECT set_config('log_statement_stats', 'off', false);
13939
13939
The functions shown in <xref
13940
13940
linkend="functions-admin-backup-table"> assist in making on-line backups.
13941
13941
These functions cannot be executed during recovery.
13942
- Use of the first three functions is restricted to superusers.
13943
13942
</para>
13944
13943
13945
13944
<table id="functions-admin-backup-table">
@@ -13970,21 +13969,21 @@ SELECT set_config('log_statement_stats', 'off', false);
13970
13969
<literal><function>pg_start_backup(<parameter>label</> <type>text</> <optional>, <parameter>fast</> <type>boolean</> </optional>)</function></literal>
13971
13970
</entry>
13972
13971
<entry><type>text</type></entry>
13973
- <entry>Prepare for performing on-line backup</entry>
13972
+ <entry>Prepare for performing on-line backup (restricted to superusers) </entry>
13974
13973
</row>
13975
13974
<row>
13976
13975
<entry>
13977
13976
<literal><function>pg_stop_backup()</function></literal>
13978
13977
</entry>
13979
13978
<entry><type>text</type></entry>
13980
- <entry>Finish performing on-line backup</entry>
13979
+ <entry>Finish performing on-line backup (restricted to superusers) </entry>
13981
13980
</row>
13982
13981
<row>
13983
13982
<entry>
13984
13983
<literal><function>pg_switch_xlog()</function></literal>
13985
13984
</entry>
13986
13985
<entry><type>text</type></entry>
13987
- <entry>Force switch to a new transaction log file</entry>
13986
+ <entry>Force switch to a new transaction log file (restricted to superusers) </entry>
13988
13987
</row>
13989
13988
<row>
13990
13989
<entry>