Commit 5e3d289f authored by Fujii Masao's avatar Fujii Masao

Add markup for replaceable parameters to pg_rewind doc.

parent e41beea0
...@@ -92,8 +92,8 @@ PostgreSQL documentation ...@@ -92,8 +92,8 @@ PostgreSQL documentation
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><option>-D</option></term> <term><option>-D <replaceable class="parameter">directory</replaceable></option></term>
<term><option>--target-pgdata</option></term> <term><option>--target-pgdata=<replaceable class="parameter">directory</replaceable></option></term>
<listitem> <listitem>
<para> <para>
This option specifies the target data directory that is synchronized This option specifies the target data directory that is synchronized
...@@ -104,7 +104,7 @@ PostgreSQL documentation ...@@ -104,7 +104,7 @@ PostgreSQL documentation
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--source-pgdata</option></term> <term><option>--source-pgdata=<replaceable class="parameter">directory</replaceable></option></term>
<listitem> <listitem>
<para> <para>
Specifies path to the data directory of the source server, to Specifies path to the data directory of the source server, to
...@@ -115,7 +115,7 @@ PostgreSQL documentation ...@@ -115,7 +115,7 @@ PostgreSQL documentation
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--source-server</option></term> <term><option>--source-server=<replaceable class="parameter">connstr</replaceable></option></term>
<listitem> <listitem>
<para> <para>
Specifies a libpq connection string to connect to the source Specifies a libpq connection string to connect to the source
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment