Skip to content

After renaming parent table getting error "naming sequence <new_parent_table_name_seq> does not exist" #127

Closed
@andrii-panfilov-rf

Description

@andrii-panfilov-rf

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions