Hi ,
pg_catalog schema has been accidentally renamed in a PG database.Renaming it back to pg_catalog is failing with error:
ERROR: unacceptable schema name "pg_catalog"
DETAIL: The prefix "pg_" is reserved for system schemas.
DETAIL: The prefix "pg_" is reserved for system schemas.
Is there any way to bypass this?
pg_dump/restore are failing as pg_catalog could not be found.Any other way to recover data?
Best regards
Praneel