Skip to content

Commit

Permalink
Document that --sync-method takes an argument.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nathan-bossart committed Oct 4, 2023
1 parent af2324f commit 684d9bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/initdb.sgml
Expand Up @@ -366,7 +366,7 @@ PostgreSQL documentation
</varlistentry>

<varlistentry id="app-initdb-option-sync-method">
<term><option>--sync-method</option></term>
<term><option>--sync-method=<replaceable>method</replaceable></option></term>
<listitem>
<para>
When set to <literal>fsync</literal>, which is the default,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/pg_basebackup.sgml
Expand Up @@ -595,7 +595,7 @@ PostgreSQL documentation
</varlistentry>

<varlistentry>
<term><option>--sync-method</option></term>
<term><option>--sync-method=<replaceable class="parameter">method</replaceable></option></term>
<listitem>
<para>
When set to <literal>fsync</literal>, which is the default,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/pg_checksums.sgml
Expand Up @@ -140,7 +140,7 @@ PostgreSQL documentation
</varlistentry>

<varlistentry>
<term><option>--sync-method</option></term>
<term><option>--sync-method=<replaceable>method</replaceable></option></term>
<listitem>
<para>
When set to <literal>fsync</literal>, which is the default,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/pg_dump.sgml
Expand Up @@ -1183,7 +1183,7 @@ PostgreSQL documentation
</varlistentry>

<varlistentry>
<term><option>--sync-method</option></term>
<term><option>--sync-method=<replaceable class="parameter">method</replaceable></option></term>
<listitem>
<para>
When set to <literal>fsync</literal>, which is the default,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/pg_rewind.sgml
Expand Up @@ -285,7 +285,7 @@ PostgreSQL documentation
</varlistentry>

<varlistentry>
<term><option>--sync-method</option></term>
<term><option>--sync-method=<replaceable class="parameter">method</replaceable></option></term>
<listitem>
<para>
When set to <literal>fsync</literal>, which is the default,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/pgupgrade.sgml
Expand Up @@ -191,7 +191,7 @@ PostgreSQL documentation
</varlistentry>

<varlistentry>
<term><option>--sync-method</option></term>
<term><option>--sync-method=</option><replaceable>method</replaceable></term>
<listitem>
<para>
When set to <literal>fsync</literal>, which is the default,
Expand Down

0 comments on commit 684d9bf

Please sign in to comment.