Re: Does RENAME TABLE rename associated identity sequence?
Hi all, Thank you for the detailed discussion and clarifications. I sincerely appreciate everyone's time and valuable insights shared in this discussion.
Does RENAME TABLE rename associated identity sequence?
Hi hackers, I was wondering if there's any built-in functionality in PostgreSQL where renaming a table with an identity column would also rename the auto-generated sequence associated with that identity column. In my case, I renamed a table that used `GENERATED BY DEFAULT AS IDENTITY`, and later