Re: Clarify restriction on partitioned tables primary key / unique indexes

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Clarify restriction on partitioned tables primary key / unique indexes
Date: 2022-09-02 10:06:48
Message-ID: CAApHDvrPPHA9h8S-KQFZsqDjs5=hMomjF9_OK2jcowCB07SFZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2 Sept 2022 at 22:01, Erik Rijkers <er(at)xs4all(dot)nl> wrote:
> Minimal changes:
>
> 'To create a unique or primary key constraints on partitioned table'
>
> should be
>
> 'To create unique or primary key constraints on partitioned tables'

Thanks. I ended up adjusting it to:

"To create a unique or primary key constraint on a partitioned table,"

David

Attachment Content-Type Size
clarify_partitioned_table_restriction_v2.patch text/plain 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-09-02 10:27:03 Re: test_decoding assertion failure for the loss of top-sub transaction relationship
Previous Message walther 2022-09-02 10:04:59 Re: Updatable Views and INSERT INTO ... ON CONFLICT