projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2324f
)
Document that --sync-method takes an argument.
author
Nathan Bossart
Wed, 4 Oct 2023 19:40:50 +0000
(14:40 -0500)
committer
Nathan Bossart
Wed, 4 Oct 2023 19:40:50 +0000
(14:40 -0500)
This was missed in commit
8c16ad3b43
.
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
doc/src/sgml/ref/initdb.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/ref/pg_basebackup.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/ref/pg_checksums.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/ref/pg_dump.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/ref/pg_rewind.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/ref/pgupgrade.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/initdb.sgml
b/doc/src/sgml/ref/initdb.sgml
index 8a09c5c4388322823d1f33d91ce6853535669a7d..d43c91575c01dd8b6ad9941a5c71e93642aa239b 100644
(file)
--- a/
doc/src/sgml/ref/initdb.sgml
+++ b/
doc/src/sgml/ref/initdb.sgml
@@
-366,7
+366,7
@@
PostgreSQL documentation
-
--sync-method
+
--sync-method
=
method
When set to
fsync
, which is the default,
diff --git
a/doc/src/sgml/ref/pg_basebackup.sgml
b/doc/src/sgml/ref/pg_basebackup.sgml
index 344de921e4b25cec3c8e207750e6bb2a241e8e56..712568a62df3d1dfddb18a45110a074cb9c4f80e 100644
(file)
--- a/
doc/src/sgml/ref/pg_basebackup.sgml
+++ b/
doc/src/sgml/ref/pg_basebackup.sgml
@@
-595,7
+595,7
@@
PostgreSQL documentation
-
--sync-method
+
--sync-method
=
method
When set to
fsync
, which is the default,
diff --git
a/doc/src/sgml/ref/pg_checksums.sgml
b/doc/src/sgml/ref/pg_checksums.sgml
index 7b44ba71cf97210b19efd9945d9098a0952f9ae3..db5b29505cd39d40513a7cdc4622c2cdf339840e 100644
(file)
--- a/
doc/src/sgml/ref/pg_checksums.sgml
+++ b/
doc/src/sgml/ref/pg_checksums.sgml
@@
-140,7
+140,7
@@
PostgreSQL documentation
-
--sync-method
+
--sync-method
=
method
When set to
fsync
, which is the default,
diff --git
a/doc/src/sgml/ref/pg_dump.sgml
b/doc/src/sgml/ref/pg_dump.sgml
index 625a736eff1c2dc545a25398db751bf7677de965..1417d70a28d1a3d415c5f1dfcec3228195c42f95 100644
(file)
--- a/
doc/src/sgml/ref/pg_dump.sgml
+++ b/
doc/src/sgml/ref/pg_dump.sgml
@@
-1183,7
+1183,7
@@
PostgreSQL documentation
-
--sync-method
+
--sync-method
=
method
When set to
fsync
, which is the default,
diff --git
a/doc/src/sgml/ref/pg_rewind.sgml
b/doc/src/sgml/ref/pg_rewind.sgml
index 80dff1616820864123b29d47883d48276b68b077..8e0000d39fb5437b2a0c2a3741613647c5426dbb 100644
(file)
--- a/
doc/src/sgml/ref/pg_rewind.sgml
+++ b/
doc/src/sgml/ref/pg_rewind.sgml
@@
-285,7
+285,7
@@
PostgreSQL documentation
-
--sync-method
+
--sync-method
=
method
When set to
fsync
, which is the default,
diff --git
a/doc/src/sgml/ref/pgupgrade.sgml
b/doc/src/sgml/ref/pgupgrade.sgml
index 958c44b361631cb5261014fd29f619fed0ac8b2f..f17fdb1ba5886fa05e4411b361e2f7631e7f28dd 100644
(file)
--- a/
doc/src/sgml/ref/pgupgrade.sgml
+++ b/
doc/src/sgml/ref/pgupgrade.sgml
@@
-191,7
+191,7
@@
PostgreSQL documentation
-
--sync-method
>
+
--sync-method
=
method
>
When set to
fsync
, which is the default,