Re: pgAdmin 4 commit: Added Schema Diff tool to compare two schemas and gen

2020-01-13 Thread Murtuza Zabuawala
Hi Khushboo, We can create a common function in Server node to fetch the servers and then use that same function in the schema diff tool, currently we have written the same function in schema diff tool to avoid duplicate code. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.c

pgAdmin 4 commit: Added Schema Diff tool to compare two schemas and gen

2020-01-10 Thread Akshay Joshi
Added Schema Diff tool to compare two schemas and generate the difference script. Currently supported objects are Table, View, Materialized View, Function and Procedure. Backend comparison of two schemas implemented by: Akshay Joshi Fixes #3452. Branch -- master Details --- https://g