pgAdmin4 repo function diff - Mailing list pgadmin-support

From Дмитрий Иванов
Subject pgAdmin4 repo function diff
Date
Msg-id CAPL5KHrZX98v+aLGa7bw1v7nPA187iy=yDWg_UPo0tbG-mh4kA@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: Frank Rueter
Date:
Subject: Re: user credentials rejected by pgAdmin right after new install
Next
From: Serge De Maseneer
Date:
Subject: At restore i get this error FATAL: password authentication failed for user "postgres"