extract ddl to devops pipeline

Поиск
Список
Период
Сортировка
От Lorusso Domenico
Тема extract ddl to devops pipeline
Дата
Msg-id CAJMpnG6cPc05c2XNg00eeiq2jkxrD+2i=q+WM47QT9kK_hCbcQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: extract ddl to devops pipeline
Re: extract ddl to devops pipeline
Список pgsql-general
Hello guys,
I need to export the DDL (tables, funcitons views) of some schemas (with cross references) to load them in a pipeline like DevOps ready.

Problem: export/backup doesn't care about the appropriate sequence of objet because these stuff will be solved by import phase.

So there is a way to automatically generate DDL in the right order?

I mean, if function Foo reference in input/output definition (also i declare section?) to table Bar, I've need to create the table before the function.
And if Bar uses function Lir (in trigger? check? else?), Lir must be create before Bar.

В списке pgsql-general по дате отправления:

Предыдущее
От: Guyren Howe
Дата:
Сообщение: Re: Thoughts on user-defined types for talk at Postgres conference?
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: extract ddl to devops pipeline