aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-12-28 10:46:03 +0100
committerMagnus Hagander <magnus@hagander.net>2010-12-28 10:46:03 +0100
commit06004319be74709ae8684260f0f130e86128a9ed (patch)
tree4554a80ba92401a033951fc2317cc3c69072101a /doc/src
parentbada44a2a2ac6f33bd355c9acc0dfaa3d4890e54 (diff)
downloadpostgresql-06004319be74709ae8684260f0f130e86128a9ed.tar.gz
postgresql-06004319be74709ae8684260f0f130e86128a9ed.zip
Fix list of functions that are restricted to superusers
Move the list of what's restricted to superusers into the table itself, so it doesn't get missed again.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 1485ac05511..6005acc2340 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -13939,7 +13939,6 @@ SELECT set_config('log_statement_stats', 'off', false);
The functions shown in <xref
linkend="functions-admin-backup-table"> assist in making on-line backups.
These functions cannot be executed during recovery.
- Use of the first three functions is restricted to superusers.
</para>
<table id="functions-admin-backup-table">
@@ -13970,21 +13969,21 @@ SELECT set_config('log_statement_stats', 'off', false);
<literal><function>pg_start_backup(<parameter>label</> <type>text</> <optional>, <parameter>fast</> <type>boolean</> </optional>)</function></literal>
</entry>
<entry><type>text</type></entry>
- <entry>Prepare for performing on-line backup</entry>
+ <entry>Prepare for performing on-line backup (restricted to superusers)</entry>
</row>
<row>
<entry>
<literal><function>pg_stop_backup()</function></literal>
</entry>
<entry><type>text</type></entry>
- <entry>Finish performing on-line backup</entry>
+ <entry>Finish performing on-line backup (restricted to superusers)</entry>
</row>
<row>
<entry>
<literal><function>pg_switch_xlog()</function></literal>
</entry>
<entry><type>text</type></entry>
- <entry>Force switch to a new transaction log file</entry>
+ <entry>Force switch to a new transaction log file (restricted to superusers)</entry>
</row>
<row>
<entry>