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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: vidushi2504@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2024-03-26T19:29:34Z
Lists: pgsql-bugs
Peter Eisentraut <peter@eisentraut.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



Commits

  1. Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.