We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent036bb15 commitee4b67fCopy full SHA for ee4b67f
doc/src/sgml/recovery-config.sgml
@@ -152,12 +152,12 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
152
</indexterm>
153
<listitem>
154
<para>
155
-This parameter specifies the named restore point, created with
156
-<function>pg_create_restore_point()</> to which recovery will proceed.
157
-At most one of <varname>recovery_target_name</>,
158
-<xref linkend="recovery-target-time"> or
159
-<xref linkend="recovery-target-xid"> can be specified. The default is to
160
-recover to the end of the WAL log.
+This parameter specifies the named restore point, created with
+<function>pg_create_restore_point()</> to which recovery will proceed.
+At most one of <varname>recovery_target_name</>,
+<xref linkend="recovery-target-time"> or
+<xref linkend="recovery-target-xid"> can be specified. The default is to
+recover to the end of the WAL log.
161
</para>
162
</listitem>
163
</varlistentry>