@@ -13939,7 +13939,6 @@ SELECT set_config('log_statement_stats', 'off', false);
1393913939 The functions shown in <xref
1394013940 linkend="functions-admin-backup-table"> assist in making on-line backups.
1394113941 These functions cannot be executed during recovery.
13942- Use of the first three functions is restricted to superusers.
1394313942 </para>
1394413943
1394513944 <table id="functions-admin-backup-table">
@@ -13970,21 +13969,21 @@ SELECT set_config('log_statement_stats', 'off', false);
1397013969 <literal><function>pg_start_backup(<parameter>label</> <type>text</> <optional>, <parameter>fast</> <type>boolean</> </optional>)</function></literal>
1397113970 </entry>
1397213971 <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>
1397413973 </row>
1397513974 <row>
1397613975 <entry>
1397713976 <literal><function>pg_stop_backup()</function></literal>
1397813977 </entry>
1397913978 <entry><type>text</type></entry>
13980- <entry>Finish performing on-line backup</entry>
13979+ <entry>Finish performing on-line backup (restricted to superusers) </entry>
1398113980 </row>
1398213981 <row>
1398313982 <entry>
1398413983 <literal><function>pg_switch_xlog()</function></literal>
1398513984 </entry>
1398613985 <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>
1398813987 </row>
1398913988 <row>
1399013989 <entry>