pgsql: doc: clarify that storage parameter values are optional

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: doc: clarify that storage parameter values are optional
Дата
Msg-id E1jqJ6B-0001I8-Dc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc:  clarify that storage parameter values are optional

In a few cases, the documented syntax specified storage parameter values
as required.

Reported-by: galiev_mr@taximaxim.ru

Discussion: https://postgr.es/m/159283163235.684.4482737698910467437@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/babe5c1aaeeb3a1451a09a4a4d029a0475e12a92

Modified Files
--------------
doc/src/sgml/ref/alter_index.sgml             | 4 ++--
doc/src/sgml/ref/alter_materialized_view.sgml | 2 +-
doc/src/sgml/ref/alter_table.sgml             | 4 ++--
doc/src/sgml/ref/create_index.sgml            | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: change pg_upgrade wal_level to be not minimal
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix ecpg crash with bytea and cursor variables.