pgsql: Improve ALTER TABLE synopsis

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve ALTER TABLE synopsis
Date: 2018-02-02 10:30:13
Message-ID: E1ehYbl-0007Jo-HW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-02-02 14:06:52 pgsql: Add new function WaitForParallelWorkersToAttach.
Previous Message Robert Haas 2018-02-01 20:33:57 pgsql: Fix possible failure to mark hash metapage dirty.