Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0600431

Browse files
committed
Fix list of functions that are restricted to superusers
Move the list of what's restricted to superusers into the tableitself, so it doesn't get missed again.
1 parentbada44a commit0600431

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp