Migrate schemas - Mailing list pgsql-general

From Lorusso Domenico
Subject Migrate schemas
Date
Msg-id CAJMpnG4=OgE7THL+trmCukC60FLCGdijhrwkcK=MRTOR0s9U8w@mail.gmail.com
Whole thread Raw
Responses Re: Migrate schemas
List pgsql-general
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.

pgsql-general by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: archive command doesnt work
Next
From: Adrian Klaver
Date:
Subject: Re: Migrate schemas