Re: docs about FKs referencing partitioned tables

From: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: docs about FKs referencing partitioned tables
Date: 2019-05-21 05:35:31
Message-ID: CA+renyX006S=YHzYksPjJpgRJW0AjNSzKXqVz90O0zMR++QG5g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 20, 2019 at 10:18 PM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> Could you define what is an "inheritance-partitioned" table? I know
> of partitioned tables, inherited tables and tables which make use
> of inheritance for partitioning (hence Inheritance Partitioning), but
> the paragraph you are adding introduces a new term in the whole tree.
> This makes things confusing and the previous paragraph is not, even if
> it is incorrect since f56f8f8 as Amit has noted.
>
> A simple rewording could be "tables using inheritance for
> partitioning".

I agree that sounds better. To avoid repeating it I changed the second
instance to just "inherited tables". New patch attached.

Paul

Attachment Content-Type Size
inheritance_fk_docs_v0002.patch application/octet-stream 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-05-21 05:36:17 Re: Compile using the Visual Studio 2019
Previous Message Michael Paquier 2019-05-21 05:31:32 Re: VACUUM fails to parse 0 and 1 as boolean value