Re: Does RENAME TABLE rename associated identity sequence?

2025-04-26 Thread Jason Song
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?

2025-04-23 Thread Jason Song
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