pgAdmin4 repo function diff

From: Дмитрий Иванов <firstdismay(at)gmail(dot)com>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: pgAdmin4 repo function diff
Date: 2022-11-22 06:33:43
Message-ID: CAPL5KHrZX98v+aLGa7bw1v7nPA187iy=yDWg_UPo0tbG-mh4kA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Browse pgadmin-support by date

  From Date Subject
Next Message Serge De Maseneer 2022-11-23 12:16:31 At restore i get this error FATAL: password authentication failed for user "postgres"
Previous Message Frank Rueter 2022-11-22 04:38:13 Re: user credentials rejected by pgAdmin right after new install