pgsql: Simplify description of --data-checksums in documentation ofini

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Simplify description of --data-checksums in documentation ofini
Дата
Msg-id E1hnutL-0000aB-6m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Simplify description of --data-checksums in documentation of initdb

The documentation mentioned that data checksums cannot be changed after
initialization, which is not true as pg_checksums can do that with its
--enable option introduced in v12.  This simply removes the sentence
telling so.

Reported-by: Basil Bourque
Author: Michael Paquier
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/15909-e9d74271f1647472@postgresql.org
Backpatch-through: 12

Branch
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update time zone data files to tzdata release 2019b.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: tableam: comment improvements.