Skip to content

Commit 684d9bf

Browse files
Document that --sync-method takes an argument.
This was missed in commit 8c16ad3. Reported-by: Robert Haas Reviewed-by: Daniel Gustafsson, Robert Haas, Alvaro Herrera, Tom Lane Discussion: https://postgr.es/m/CA%2BTgmoZi7pcx-ec3oJLWSr2R%3DDn2Zeiyx3EXQKc_1TTvA6Eepg%40mail.gmail.com
1 parent af2324f commit 684d9bf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

doc/src/sgml/ref/initdb.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ PostgreSQL documentation
366366
</varlistentry>
367367

368368
<varlistentry id="app-initdb-option-sync-method">
369-
<term><option>--sync-method</option></term>
369+
<term><option>--sync-method=<replaceable>method</replaceable></option></term>
370370
<listitem>
371371
<para>
372372
When set to <literal>fsync</literal>, which is the default,

doc/src/sgml/ref/pg_basebackup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ PostgreSQL documentation
595595
</varlistentry>
596596

597597
<varlistentry>
598-
<term><option>--sync-method</option></term>
598+
<term><option>--sync-method=<replaceable class="parameter">method</replaceable></option></term>
599599
<listitem>
600600
<para>
601601
When set to <literal>fsync</literal>, which is the default,

doc/src/sgml/ref/pg_checksums.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ PostgreSQL documentation
140140
</varlistentry>
141141

142142
<varlistentry>
143-
<term><option>--sync-method</option></term>
143+
<term><option>--sync-method=<replaceable>method</replaceable></option></term>
144144
<listitem>
145145
<para>
146146
When set to <literal>fsync</literal>, which is the default,

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ PostgreSQL documentation
11831183
</varlistentry>
11841184

11851185
<varlistentry>
1186-
<term><option>--sync-method</option></term>
1186+
<term><option>--sync-method=<replaceable class="parameter">method</replaceable></option></term>
11871187
<listitem>
11881188
<para>
11891189
When set to <literal>fsync</literal>, which is the default,

doc/src/sgml/ref/pg_rewind.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ PostgreSQL documentation
285285
</varlistentry>
286286

287287
<varlistentry>
288-
<term><option>--sync-method</option></term>
288+
<term><option>--sync-method=<replaceable class="parameter">method</replaceable></option></term>
289289
<listitem>
290290
<para>
291291
When set to <literal>fsync</literal>, which is the default,

doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ PostgreSQL documentation
191191
</varlistentry>
192192

193193
<varlistentry>
194-
<term><option>--sync-method</option></term>
194+
<term><option>--sync-method=</option><replaceable>method</replaceable></term>
195195
<listitem>
196196
<para>
197197
When set to <literal>fsync</literal>, which is the default,

0 commit comments

Comments
 (0)