mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Add missing index terms for recovery control functions.
Fujii Masao
This commit is contained in:
@ -14219,6 +14219,16 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
|
|||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<indexterm>
|
||||||
|
<primary>pg_is_xlog_replay_paused</primary>
|
||||||
|
</indexterm>
|
||||||
|
<indexterm>
|
||||||
|
<primary>pg_xlog_replay_pause</primary>
|
||||||
|
</indexterm>
|
||||||
|
<indexterm>
|
||||||
|
<primary>pg_xlog_replay_resume</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The functions shown in <xref
|
The functions shown in <xref
|
||||||
linkend="functions-recovery-control-table"> control the progress of recovery.
|
linkend="functions-recovery-control-table"> control the progress of recovery.
|
||||||
|
Reference in New Issue
Block a user