pgAdmin4 repo function diff

Поиск
Список
Период
Сортировка
От Дмитрий Иванов
Тема pgAdmin4 repo function diff
Дата
Msg-id CAPL5KHrZX98v+aLGa7bw1v7nPA187iy=yDWg_UPo0tbG-mh4kA@mail.gmail.com
обсуждение исходный текст
Список pgadmin-support
Good afternoon. I tried to use the diff option in the following variant:
MyBase(source)->MySchema
Base(template0)->MeSchema
Got the result I'm interested in, but I'd like to try another use case. I need to upload database objects to the git directory as separate files in your "CREATE" format to evaluate the version control capabilities of the schema in this format:
pg_git->MyBase->MyShema--->Tables------>table1.sql
                                                |               |
                                                |               ----->table2.sql 
                                                |--Functions----->function1.sql
                                                                    |
                                                                    ----->function2.sql

I'm having trouble with the initial analysis of the project (repo pgadmin4), you can see that jinja templates are used, but the unloading mechanism as a whole is not clear to me. If not forbidden, can I get a general description of the unloading sequence of the schema (starting point) and an explanation of the use of templates (which ones for what) to form SQL queries and data output using CREATE templates in "Query Tool"?
--
Regards, Dmitry!

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

Предыдущее
От: Frank Rueter
Дата:
Сообщение: Re: user credentials rejected by pgAdmin right after new install
Следующее
От: Serge De Maseneer
Дата:
Сообщение: At restore i get this error FATAL: password authentication failed for user "postgres"