Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e3d289

Browse files
committed
Add markup for replaceable parameters to pg_rewind doc.
1 parent e41beea commit 5e3d289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/pg_rewind.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ PostgreSQL documentation
9292

9393
<variablelist>
9494
<varlistentry>
95-
<term><option>-D</option></term>
96-
<term><option>--target-pgdata</option></term>
95+
<term><option>-D <replaceable class="parameter">directory</replaceable></option></term>
96+
<term><option>--target-pgdata=<replaceable class="parameter">directory</replaceable></option></term>
9797
<listitem>
9898
<para>
9999
This option specifies the target data directory that is synchronized
@@ -104,7 +104,7 @@ PostgreSQL documentation
104104
</varlistentry>
105105

106106
<varlistentry>
107-
<term><option>--source-pgdata</option></term>
107+
<term><option>--source-pgdata=<replaceable class="parameter">directory</replaceable></option></term>
108108
<listitem>
109109
<para>
110110
Specifies path to the data directory of the source server, to
@@ -115,7 +115,7 @@ PostgreSQL documentation
115115
</varlistentry>
116116

117117
<varlistentry>
118-
<term><option>--source-server</option></term>
118+
<term><option>--source-server=<replaceable class="parameter">connstr</replaceable></option></term>
119119
<listitem>
120120
<para>
121121
Specifies a libpq connection string to connect to the source

0 commit comments

Comments
 (0)