projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed03274
)
Add missing index terms for recovery control functions.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 10 Mar 2011 19:29:53 +0000
(14:29 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 10 Mar 2011 19:29:53 +0000
(14:29 -0500)
Fujii Masao
doc/src/sgml/func.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index fe14a6042634f032aad01b003b968407b4adc48a..5a021db33b747eaf2dd0c4faa159029acc7e46d1 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-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.