1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Add markup for replaceable parameters to pg_rewind doc.

This commit is contained in:
Fujii Masao
2015-04-03 12:21:16 +09:00
parent e41beea0dd
commit 5e3d289f9b

View File

@@ -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
</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
</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