pgsql: Doc: Fix list of storage parameters available for ALTER TABLE

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix list of storage parameters available for ALTER TABLE
Date: 2020-01-24 00:57:51
Message-ID: E1iunIF-0001jd-70@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix list of storage parameters available for ALTER TABLE

Only the parameter parallel_workers can be used directly with ALTER
TABLE.

Issue introduced in 6f3a13f, so backpatch down to 10.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20200106025623.GA12066@telsasoft.com
Backpatch-through: 10

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-01-24 11:24:44 pgsql: Fix typo
Previous Message Tom Lane 2020-01-23 23:21:01 pgsql: Add configure probe for rl_completion_suppress_quote.