You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This is happened during auto creation of new range partition.
This issue is caused by using new name of the sequence. So if parent table renamed then naming sequence should be renamed as well.
It is possible to fix this manualy with ALTER SEQUENCE <old_parent_table_name_seq> RENAME TO <new_parent_table_name_seq>;
Thank you.
The text was updated successfully, but these errors were encountered:
andrii-panfilov-rf
changed the title
Bug : After renaming parent table getting error "naming sequence <new_parent_table_name_seq> does not exist"
After renaming parent table getting error "naming sequence <new_parent_table_name_seq> does not exist"
Oct 4, 2017
Hi,
This is happened during auto creation of new range partition.
This issue is caused by using new name of the sequence. So if parent table renamed then naming sequence should be renamed as well.
It is possible to fix this manualy with ALTER SEQUENCE <old_parent_table_name_seq> RENAME TO <new_parent_table_name_seq>;
Thank you.
The text was updated successfully, but these errors were encountered: