pgsql: doc: clarify that storage parameter values are optional - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: clarify that storage parameter values are optional
Date
Msg-id E1jqJ6B-0001I8-Dc@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: change pg_upgrade wal_level to be not minimal
Next
From: Michael Meskes
Date:
Subject: pgsql: Fix ecpg crash with bytea and cursor variables.