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
- clarify_partitioned_table_restriction_v2.patch (text/plain) patch v2
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
-
Doc: clarify partitioned table limitations
- 1630cad74092 11.18 landed
- 844ac0967e39 12.13 landed
- b70db6c83073 13.9 landed
- a254545a54a2 14.6 landed
- 6ce4c4d83101 15.0 landed
- 519be095f2bf 16.0 landed