Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Date: 2021-07-30 07:53:23
Message-ID: CANxoLDdj=9v_bh4-6X9ytccBJ7Y6nE5iedz_wKudJBCkYB4UAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, the patch applied to the React_Porting branch as it is a big
change.
With the testing of each node after porting this patch also gets tested.

On Thu, Jul 29, 2021 at 8:34 PM Nikhil Mohite <
nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Please find the attached patch for RM-5741
> <https://redmine.postgresql.org/issues/5741>: [Schema Diff] Revisit all
> the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and
> 'CREATE OR REPLACE'
>
> Tested RESQL and API test cases on PG-9.6 to 13 and EPAS-9.6 to 13.3.
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* <https://www.enterprisedb.com/>
> *Mob.No: +91-7798364578.*
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-07-30 09:14:08 pgAdmin 4 commit: Fixed potential bug in the table node.
Previous Message Akshay Joshi 2021-07-30 07:48:01 Re: [pgAdmin][RM-6592]: [React] Port Materialized View node to react