Add missing index terms for recovery control functions.

Fujii Masao
This commit is contained in:
Robert Haas 2011-03-10 14:29:53 -05:00
parent ed0327495c
commit 1c3b434a08

View File

@ -14219,6 +14219,16 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
</tgroup>
</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>
The functions shown in <xref
linkend="functions-recovery-control-table"> control the progress of recovery.