Re: BUG #18407: ALTER TABLE SET SCHEMA on foreign table with SERIAL column does not move sequence to new schema

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: vidushi2504(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18407: ALTER TABLE SET SCHEMA on foreign table with SERIAL column does not move sequence to new schema
Date: 2024-03-26 19:29:34
Message-ID: 3124268.1711481374@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
> On 25.03.24 17:17, Tom Lane wrote:
>> Maybe it'd be best to just drop this relkind check altogether?

> Yes, seems better to remove the relkind check.

Done that way.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Cramer 2024-03-26 19:34:58 Re: BUG #18406: Connection issue after upgrading to postgres16
Previous Message Euler Taveira 2024-03-26 18:18:49 Re: BUG #18402: Attaching a new partition doesn't reuse the prebuilt index on said partition