Re: ON CONFLICT clause NOT working on Partition Table PostgreSQL 12 - Mailing list pgsql-sql

From David Rowley
Subject Re: ON CONFLICT clause NOT working on Partition Table PostgreSQL 12
Date
Msg-id CAApHDvoVCXU8_S46VBX6j+ff6n-dHLb6jNnfUF094db9ccBjKg@mail.gmail.com
Whole thread Raw
In response to Re: ON CONFLICT clause NOT working on Partition Table PostgreSQL 12  (Inzamam Shafiq <inzamam.shafiq@hotmail.com>)
Responses Re: ON CONFLICT clause NOT working on Partition Table PostgreSQL 12
List pgsql-sql
On Fri, 16 Sept 2022 at 19:52, Inzamam Shafiq
<inzamam.shafiq@hotmail.com> wrote:
> Is there anyway we can create constraint on column only which are not part of partition key?

Unfortunately, there is no way to create a unique or primary key
constraint unless the constraint contains all columns from the
partition key.   This is explained in the limitations section in [1].

If you need such a constraint, then you might want to consider
changing your partition key.

David

[1] https://www.postgresql.org/docs/12/ddl-partitioning.html



pgsql-sql by date:

Previous
From: Inzamam Shafiq
Date:
Subject: Re: ON CONFLICT clause NOT working on Partition Table PostgreSQL 12
Next
From: Geri Wright
Date:
Subject: Re: ON CONFLICT clause NOT working on Partition Table PostgreSQL 12