pgsql: doc: clarify that storage parameter values are optional

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify that storage parameter values are optional
Date: 2020-06-30 16:27:07
Message-ID: E1jqJ6B-0001Hy-Bw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)taximaxim(dot)ru

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

Backpatch-through: 9.5

Branch
------
master

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2020-06-30 16:35:38 pgsql: Fix ecpg crash with bytea and cursor variables.
Previous Message Bruce Momjian 2020-06-30 15:56:08 pgsql: doc: change pg_upgrade wal_level to be not minimal