Commit 1c3b434a authored by Robert Haas's avatar Robert Haas

Add missing index terms for recovery control functions.

Fujii Masao
parent ed032749
...@@ -14219,6 +14219,16 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment