Re: Identity columns should own only one sequence - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Identity columns should own only one sequence
Date
Msg-id 54adc775-06ac-fc90-d985-6bee50347942@2ndquadrant.com
Whole thread Raw
In response to Re: Identity columns should own only one sequence  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: Identity columns should own only one sequence  (Laurenz Albe <laurenz.albe@cybertec.at>)
Re: Identity columns should own only one sequence  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-hackers
On 2019-05-08 16:49, Laurenz Albe wrote:
> I believe we should have both:
> 
> - Identity columns should only use sequences with an INTERNAL dependency,
>   as in Peter's patch.

I have committed this.

> - When a column default is dropped, remove all dependencies between the
>   column and sequences.

There is no proposed patch for this, AFAICT.

So I have closed this commit fest item for now.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: [Patch] PQconnectPoll() is blocked if target_session_attrs isread-write
Next
From: Dilip Kumar
Date:
Subject: Re: POC: Cleaning up orphaned files using undo logs