pgsql: Fix some documentation about FKs and partitioned tables - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some documentation about FKs and partitioned tables
Date
Msg-id E1hW0N6-00033m-TV@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Make one message just like all its siblings.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix some documentation about access methods