Re: [pgadmin-support] SQL tab - DDL syntax

2017-03-30 Thread Ashesh Vashi
On Thu, Mar 30, 2017 at 1:57 PM, matshyeq wrote: > That's great help, thank you Asesh! > > You make distinction between nodes and database objects and there are > separate templates for each set - could you clarify the difference between > those (nodes/db objects) please? > I

Re: [pgadmin-support] SQL tab - DDL syntax

2017-03-30 Thread matshyeq
That's great help, thank you Asesh! You make distinction between nodes and database objects and there are separate templates for each set - could you clarify the difference between those (nodes/db objects) please? Thank you, Kind Regards ~Maciek On 30 March 2017 at 09:48, Ashesh Vashi

Re: [pgadmin-support] SQL tab - DDL syntax

2017-03-30 Thread Ashesh Vashi
On Thu, Mar 30, 2017 at 1:17 PM, Ashesh Vashi wrote: > On Thu, Mar 30, 2017 at 1:05 PM, matshyeq wrote: > >> when pressing 'Send' I felt this is the answer I'm going to get… >> fair enough >> >> Before I try to find the right place and figure

Re: [pgadmin-support] SQL tab - DDL syntax

2017-03-30 Thread Ashesh Vashi
On Thu, Mar 30, 2017 at 1:05 PM, matshyeq wrote: > when pressing 'Send' I felt this is the answer I'm going to get… > fair enough > > Before I try to find the right place and figure it out - could you answer > that question: > We reverse engineer the SQL based on the existing

Re: [pgadmin-support] SQL tab - DDL syntax

2017-03-30 Thread matshyeq
when pressing 'Send' I felt this is the answer I'm going to get… fair enough Before I try to find the right place and figure it out - could you answer that question: >> is the logic to get what's displayed in the SQL tab custom programmed in pgAdmin or leverages some some built-in postgres DB

Re: [pgadmin-support] SQL tab - DDL syntax

2017-03-29 Thread Murtuza Zabuawala
pgAdmin4 is open source so there is nothing to disclose :) you can refer the source code https://www.pgadmin.org/development/git.php -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Mar 29, 2017 at 6:21 PM, matshyeq

[pgadmin-support] SQL tab - DDL syntax

2017-03-29 Thread matshyeq
Hello, I need to automate comparison of schemas between DBs. I've found that pg_dump produces different order of tables etc.. so can't directly compare that but on the other hand I see pgAdmin brings up really neat syntax (and different from pg_dump) Could you guys disclose if the logic to get