[Feature-3452] Schema diff tool with Table, View, Materialized View, Functions and Procedures

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [Feature-3452] Schema diff tool with Table, View, Materialized View, Functions and Procedures
Date: 2019-12-20 13:29:37
Message-ID: CANxoLDciD0Cdc0WbMZWhM=zr8q4iwUfWtBUiam0gaD-N7x2pgw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the implementation of the new feature Schema Diff Tool.
Initial work(backend code to compare the objects) has been done by me and
then most of the task has been completed by *Khushboo Vashi. *Sending the
patch on behalf of her*.*

Currently, this tool only supports Tables, Views, Materialized Views,
Functions and Procedures node.

Please review and test it thoroughly. Suggestions are welcome to improve
the tool.

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

Attachment Content-Type Size
RM_3452.patch application/octet-stream 435.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-12-24 07:19:08 Re: [pgAdmin][RM5017] Use cheroot as default production server
Previous Message Akshay Joshi 2019-12-20 13:15:28 Re: [pgAdmin4][Patch] - 5023 - Refactoring SQL of View and Materialized View.