Migrate schemas

From: Lorusso Domenico <domenico(dot)l76(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Migrate schemas
Date: 2024-02-09 00:18:09
Message-ID: CAJMpnG4=OgE7THL+trmCukC60FLCGdijhrwkcK=MRTOR0s9U8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-02-09 00:31:13 Re: Migrate schemas
Previous Message Laurenz Albe 2024-02-08 22:23:43 Re: archive command doesnt work