Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion doc/src/sgml/ref/pg_rewind.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,19 @@ PostgreSQL documentation
</para>
<para>
This option has no effect when <option>--no-sync</option> is used.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term><option>-e <replaceable class="parameter">path</replaceable></option></term>
<term><option>--extension=<replaceable class="parameter">path</replaceable></option></term>
<listitem>
<para>
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.
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.
</para>
</listitem>
</varlistentry>
Expand Down