pg-clone-schema
pg-clone-schema copied to clipboard
Dependency Problems
Currently, there is no dependency checking. For example, if a view is dependent on another view, they may not be created in the correct order during the clone operation resulting in errors that abort the cloning operation at that point.
Perhaps the pg_depend catalog table can help in this regard.
Fixed for views. Keeping this open for other dependency issues that may come up.
Closing this now since we have had no reported problems in this area.