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

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Erik Rijkers <er@xs4all.nl>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-02T10:06:48Z
Lists: pgsql-hackers

Attachments

On Fri, 2 Sept 2022 at 22:01, Erik Rijkers <er@xs4all.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

Commits

  1. Doc: clarify partitioned table limitations