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-0001IB-E1@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
------
REL9_6_STABLE

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

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.