Re: Partitioning, Identity and Uniqueness (given pg 16 changes)

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Darryl Green <darryl(dot)green(at)gmail(dot)com>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Partitioning, Identity and Uniqueness (given pg 16 changes)
Date: 2024-02-19 14:07:05
Message-ID: CAKFQuwaZaS7Y6Tu18b9NPnQqYiWyrS5SRDNMSN4TUvQaHF=Aeg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday, February 19, 2024, Darryl Green <darryl(dot)green(at)gmail(dot)com> wrote:

>
> > It may be possible to still have it work by doing a speculative record
> > in the index for the target table then go and check all of the other
> > indexes before marking the speculative entry as valid.
>
> It is always valid - except in the OVERRIDING SYSTEM VALUE case - no?
>

False.

ALTER TABLE … ALTER id RESTART 1;

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2024-02-19 14:11:25 Re: Partitioning, Identity and Uniqueness (given pg 16 changes)
Previous Message gparc 2024-02-19 09:36:47 Re: Users and object privileges maintenance