> On 26 Feb 2021, at 10:36, Simon Riggs wrote:
> I won't be able to finish this patch in time for this next CF, but
> thanks for your interest, I will complete for PG15 later this year.
This patch no longer applies to HEAD, will there be an updated version for this
CF?
--
Daniel Gustafsson
On Fri, 26 Feb 2021 at 17:36, Simon Riggs wrote:
> On Mon, Jan 18, 2021 at 11:19 PM japin wrote:
>>
>>
>> On Fri, 15 Jan 2021 at 00:22, Simon Riggs
>> wrote:
>> > As you may be aware the NOT VALID qualifier currently only applies to
>> > CHECK and FK constraints, but not yet to unique indexes
On Mon, Jan 18, 2021 at 11:19 PM japin wrote:
>
>
> On Fri, 15 Jan 2021 at 00:22, Simon Riggs
> wrote:
> > As you may be aware the NOT VALID qualifier currently only applies to
> > CHECK and FK constraints, but not yet to unique indexes. I have had
> > customer requests to change that.
> >
> > I
On Mon, Jan 18, 2021 at 12:34 AM David Fetter wrote:
>
> On Thu, Jan 14, 2021 at 04:22:17PM +, Simon Riggs wrote:
> > As you may be aware the NOT VALID qualifier currently only applies to
> > CHECK and FK constraints, but not yet to unique indexes. I have had
> > customer requests to change th
On Fri, 15 Jan 2021 at 00:22, Simon Riggs wrote:
> As you may be aware the NOT VALID qualifier currently only applies to
> CHECK and FK constraints, but not yet to unique indexes. I have had
> customer requests to change that.
>
> It's a reasonably common requirement to be able to change an inde
On Thu, Jan 14, 2021 at 04:22:17PM +, Simon Riggs wrote:
> As you may be aware the NOT VALID qualifier currently only applies to
> CHECK and FK constraints, but not yet to unique indexes. I have had
> customer requests to change that.
This is a great feature!
Not exactly on point with this, b
As you may be aware the NOT VALID qualifier currently only applies to
CHECK and FK constraints, but not yet to unique indexes. I have had
customer requests to change that.
It's a reasonably common requirement to be able to change an index
to/from a unique index, i.e. Unique -> NonUnique or NonUniq