Hello guys,
I have 4 schemas with cross references (e.g.: a function refers to a rowtype of a table of another schema, or a table invokes a function).
Backup schemas by pgadmin the resulting script doesn't follow the correct order to ensure the object creations.
There is a way to tell postgresql to check the reference at the end of script? Or a way to arrange DDL in the right order?
thanks'
Domenico L.