pgsql: Doc: Improve description around ALTER TABLE ATTACH PARTITION

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Improve description around ALTER TABLE ATTACH PARTITION
Date: 2019-11-05 01:19:41
Message-ID: E1iRnVV-00051V-6Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Improve description around ALTER TABLE ATTACH PARTITION

This clarifies more how to use and how to take advantage of constraints
when attaching a new partition.

Author: Justin Pryzby
Reviewed-by: Amit Langote, Álvaro Herrera, Michael Paquier
Discussion: https://postgr.es/m/20191028001207.GB23808@telsasoft.com
Backpatch-through: 10

Branch
------
REL_10_STABLE

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

Modified Files
--------------
doc/src/sgml/ddl.sgml | 12 ++++++------
doc/src/sgml/ref/alter_table.sgml | 27 ++++++++++++++-------------
2 files changed, 20 insertions(+), 19 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-11-05 01:35:18 pgsql: Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION
Previous Message Michael Paquier 2019-11-05 00:18:14 pgsql: Refactor code building relation options