|
|
@ -16471,7 +16471,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); |
|
|
|
<literal><function>pg_xlog_replay_pause()</function></literal> |
|
|
|
<literal><function>pg_xlog_replay_pause()</function></literal> |
|
|
|
</entry> |
|
|
|
</entry> |
|
|
|
<entry><type>void</type></entry> |
|
|
|
<entry><type>void</type></entry> |
|
|
|
<entry>Pauses recovery immediately. |
|
|
|
<entry>Pauses recovery immediately (restricted to superusers). |
|
|
|
</entry> |
|
|
|
</entry> |
|
|
|
</row> |
|
|
|
</row> |
|
|
|
<row> |
|
|
|
<row> |
|
|
@ -16479,7 +16479,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); |
|
|
|
<literal><function>pg_xlog_replay_resume()</function></literal> |
|
|
|
<literal><function>pg_xlog_replay_resume()</function></literal> |
|
|
|
</entry> |
|
|
|
</entry> |
|
|
|
<entry><type>void</type></entry> |
|
|
|
<entry><type>void</type></entry> |
|
|
|
<entry>Restarts recovery if it was paused. |
|
|
|
<entry>Restarts recovery if it was paused (restricted to superusers). |
|
|
|
</entry> |
|
|
|
</entry> |
|
|
|
</row> |
|
|
|
</row> |
|
|
|
</tbody> |
|
|
|
</tbody> |
|
|
@ -16587,7 +16587,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); |
|
|
|
for controlling and interacting with replication features. |
|
|
|
for controlling and interacting with replication features. |
|
|
|
See <xref linkend="streaming-replication"> |
|
|
|
See <xref linkend="streaming-replication"> |
|
|
|
and <xref linkend="streaming-replication-slots"> for information about the |
|
|
|
and <xref linkend="streaming-replication-slots"> for information about the |
|
|
|
underlying features. |
|
|
|
underlying features. Use of these functions is restricted to superusers. |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
<para> |
|
|
|