pgsql: Document partitiong tables ancillary object handling some more - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Document partitiong tables ancillary object handling some more
Date
Msg-id E1jR0H2-0000wb-AD@gemulon.postgresql.org
Whole thread Raw
List 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@alvh.no-ip.org>
Reviewed-by: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://postgr.es/m/20200421162038.GA18628@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8803506c411e457adc2531c6ecb69e002e8a83c6

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix possible crash during FATAL exit from reindexing.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix memory leak in libpq when using sslmode=verify-full