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
-
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
- fad3b5b5acb1 17.0 landed
- b48eda4e5481 15.7 landed
- a8b7408686a5 12.19 landed
- 97de2a15992f 13.15 landed
- 7445f092814d 16.3 landed
- 66bbad581ce2 14.12 landed