"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Fri, Aug 16, 2019, 4:25 PM PG Bug reporting form <noreply@postgresql.org>
> wrote:
>> Any suggestions on how to remove the dependency it still has ? or will I
>> have to make a New sequence for the new table and call it ?
> Alter sequence?
ALTER SEQUENCE ... OWNED BY, in particular, should help here.
regards, tom lane