Re: extract ddl to devops pipeline - Mailing list pgsql-general

From Christophe Pettus
Subject Re: extract ddl to devops pipeline
Date
Msg-id 8541AB7E-B732-403D-8D28-1F6CA407E134@thebuild.com
Whole thread Raw
In response to extract ddl to devops pipeline  (Lorusso Domenico <domenico.l76@gmail.com>)
List pgsql-general

> On Mar 6, 2024, at 13:18, Lorusso Domenico <domenico.l76@gmail.com> wrote:
> So there is a way to automatically generate DDL in the right order?

Standard pg_dump creates files that are in the proper order, although if you exclusive some tables or schemas from the
backup,those might cause errors if references from the objects you *do* import. 


pgsql-general by date:

Previous
From: Lorusso Domenico
Date:
Subject: extract ddl to devops pipeline
Next
From: David Gauthier
Date:
Subject: v11.5- v15.3 upgrade (linux)