the owner of the table is a Postgres user which is a superuser but when I am trying to change the owner getting the error 'ERROR: cannot reassign ownership of objects owned by role Postgres because they are required by the database system'
my query was 'reassign owned by Postgres to ucms_dba;'
ucms_dba is also a superuser.