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

Commit2620042

Browse files
committed
[DOC] Remove outdated content from the documentation
1 parent25fd6c2 commit2620042

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

‎doc/pgprobackup.xml‎

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,18 +1206,6 @@ CREATE EXTENSION ptrack;
12061206
does not affect PTRACK operation. The maximum allowed value is 1024.
12071207
</para>
12081208
</listitem>
1209-
<listitem>
1210-
<para>
1211-
Grant the right to execute <application>PTRACK</application>
1212-
functions to the <literal>backup</literal> role
1213-
in the database used to connect to the cluster:
1214-
</para>
1215-
<programlisting>
1216-
GRANT EXECUTE ON FUNCTION pg_ptrack_get_pagemapset(pg_lsn) TO backup;
1217-
GRANT EXECUTE ON FUNCTION pg_ptrack_control_lsn() TO backup;
1218-
GRANT EXECUTE ON FUNCTION pg_ptrack_get_block(oid, oid, oid, bigint) TO backup;
1219-
</programlisting>
1220-
</listitem>
12211209
</orderedlist>
12221210

12231211
<note>
@@ -1254,7 +1242,6 @@ GRANT EXECUTE ON FUNCTION pg_ptrack_get_block(oid, oid, oid, bigint) TO backup;
12541242
<programlisting>
12551243
GRANT EXECUTE ON FUNCTION pg_catalog.pg_ptrack_clear() TO backup;
12561244
GRANT EXECUTE ON FUNCTION pg_catalog.pg_ptrack_get_and_clear(oid, oid) TO backup;
1257-
GRANT EXECUTE ON FUNCTION pg_catalog.pg_stop_backup() TO backup;
12581245
</programlisting>
12591246
</listitem>
12601247
</orderedlist>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp