Skip to content

Commit 9647769

Browse files
angazpashkinelfe
authored andcommitted
fix pg_rewind docs
1 parent 137d75d commit 9647769

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/src/sgml/ref/pg_rewind.sgml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,19 @@ PostgreSQL documentation
302302
</para>
303303
<para>
304304
This option has no effect when <option>--no-sync</option> is used.
305+
</para>
306+
</listitem>
307+
</varlistentry>
308+
309+
<varlistentry>
305310
<term><option>-e <replaceable class="parameter">path</replaceable></option></term>
306311
<term><option>--extension=<replaceable class="parameter">path</replaceable></option></term>
307312
<listitem>
308313
<para>
309-
Load shared library that performs custom rewind for postgres extension. The <replaceable class="parameter">path</replaceable> may be full or relative to PKGLIBDIR. File extension is optional. Multiple extensions can be selected by multiple <option>-e</option> switches.
314+
Load shared library that performs custom rewind for postgres extension.
315+
The <replaceable class="parameter">path</replaceable> may be full or
316+
relative to PKGLIBDIR. File extension is optional. Multiple extensions
317+
can be selected by multiple <option>-e</option> switches.
310318
</para>
311319
</listitem>
312320
</varlistentry>

0 commit comments

Comments
 (0)