pgsql: Document partitiong tables ancillary object handling some more

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document partitiong tables ancillary object handling some more
Date: 2020-04-21 21:17:44
Message-ID: E1jR0H2-0000wf-BV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document partitiong tables ancillary object handling some more

Add a couple of lines to make it explicit that indexes, constraints,
triggers are added, removed, or left alone.

Backpatch to pg11.

Author: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Reviewed-by: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Discussion: https://postgr.es/m/20200421162038.GA18628@alvherre.pgsql

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/97dcd5cd1500184903ae66ea9629efb04e4da0b9

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 9 ++++++---
doc/src/sgml/ref/create_table.sgml | 4 +++-
2 files changed, 9 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-04-21 22:28:45 pgsql: Fix memory leak in libpq when using sslmode=verify-full
Previous Message Tom Lane 2020-04-21 19:59:23 pgsql: Fix possible crash during FATAL exit from reindexing.