Thread: pg_restore option --clean

pg_restore option --clean

From
Fabrice Chapuis
Date:
Hi,
The --clean option of pg_restore allows you to replace an object before being imported. However, dependencies such as foreign keys or views prevent the deletion of the object. Is there a way to add the cascade option to force the deletion?
Thanks for helping
Fabrice