pgsql: Improve ALTER TABLE synopsis - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Improve ALTER TABLE synopsis
Date
Msg-id E1ehYbl-0007Jo-HW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve ALTER TABLE synopsis

Add into the ALTER TABLE synopsis the definition of
partition_bound_spec, column_constraint, index_parameters and
exclude_element.

Initial patch by Lætitia Avrot, with further improvements by Amit
Langote and Thomas Munro.

Discussion: https://postgr.es/m/flat/27ec4df3-d1ab-3411-f87f-647f944897e1%40lab.ntt.co.jp

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix possible failure to mark hash metapage dirty.
Next
From: Robert Haas
Date:
Subject: pgsql: Add new function WaitForParallelWorkersToAttach.