Each partition has a name. PolarDB for PostgreSQL (Compatible with Oracle) allows you to rename a partition. This topic describes the statement for and provides an example on renaming a partition.
Syntax
ALTER TABLE [ IF EXISTS ] name RENAME TO new_nameExample
ALTER TABLE distributors RENAME TO suppliers;