Re: Bug #5664 SQL DDL output generator for view

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Bug #5664 SQL DDL output generator for view
Date: 2020-08-10 11:26:38
Message-ID: CANxoLDdn_a5T-wJao77hyLd2RBt6AfV2xPCyGFa68Yy7h4r18w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Fri, Aug 7, 2020 at 8:00 PM Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>
wrote:

> Hi Hackers,
>
> Please find the attached patch below which resolves the following issue of
> SQL DDL output generator for view (preserving default values of columns)
>
> Also, when changing VIEW's column's default value, the SQL generates ALTER
> TABLE, now this would be as ALTER VIEW instead.
>
> This fix could not be associated with its test cases, as the changes are
> related to VIEW's column, in which we cannot add columns to the VIEW and
> test it.
>
> --
> *Rahul Shirsat*
> Software Engineer | EnterpriseDB Corporation.
>

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

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-10 11:26:53 Re: Use python3 ipaddress module to validate ipaddress
Previous Message Akshay Joshi 2020-08-10 11:25:54 pgAdmin 4 commit: Fixed an issue where 'ALTER VIEW' statement is missin