pgsql: Doc: Improve description around ALTER TABLE ATTACH PARTITION - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Doc: Improve description around ALTER TABLE ATTACH PARTITION
Date
Msg-id E1iRnVV-00051Q-4U@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Refactor code building relation options
Next
From: Michael Paquier
Date:
Subject: pgsql: Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION