pgsql: doc: change pg_upgrade wal_level to be not minimal

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: change pg_upgrade wal_level to be not minimal
Date: 2020-06-30 15:56:08
Message-ID: E1jqIcC-00014A-SV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: change pg_upgrade wal_level to be not minimal

Previously it was specified to be only replica.

Discussion: https://postgr.es/m/20200618180058.GK7349@momjian.us

Backpatch-through: 9.5

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1c76a141f32918dff4e1f552535f96b2dc7af0a8

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-06-30 16:27:07 pgsql: doc: clarify that storage parameter values are optional
Previous Message Fujii Masao 2020-06-30 14:57:13 pgsql: Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.