pgsql: Fix some documentation about FKs and partitioned tables

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some documentation about FKs and partitioned tables
Date: 2019-05-29 15:20:08
Message-ID: E1hW0N6-00033m-TV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some documentation about FKs and partitioned tables

This got forgotten in f56f8f which has added foreign key support for
partitioned tables. In passing, add a mention about caveats applying to
tables partitioned using inheritance regarding indexes and foreign keys.

Author: Paul A Jungwirth
Reviewed-by: Amit Langote, Michael Paquier
Discussion: https://postgr.es/m/CA+renyUuSmYgmZjKc_DfUNVZ0uttF91-FwhDVW3F7WEPj0jL5w@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ddl.sgml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-05-29 15:39:37 pgsql: Fix some documentation about access methods
Previous Message Alvaro Herrera 2019-05-29 03:48:24 pgsql: Make one message just like all its siblings.