Re: [PATCH] Tables node (pgAdmin4)

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Tables node (pgAdmin4)
Date: 2016-05-20 11:57:01
Message-ID: CANxoLDcJ-Qum-BJXtDx52ij72EJVzLE+XYFE+_skJF4fXVJ9jA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - Committed with minor changes.

On Thu, May 19, 2016 at 10:47 PM, Harshal Dhumal <
harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:

> Hi,
>
> PFA updated patch for table and all it's child nodes (Version 9). This
> patch does not depend on any of existing table node patch.
>
> Major change in this patch: Unlike pgAdmin3 now in table create mode any
> constraint(s) created (but not saved) will listen to table column changes
> and adapt themselves accordingly.
>
> For e.g.
> In table create mode user adds column definition with name "col1" then
> adds constraint which includes column "col1". Now user changes column name
> to "col2" then constraint will listen to this change and adapt the column
> name from "col1" to "col2" in constraint definition. Also if column "col2"
> is removed then constraint will also remove the column "col2" from it's
> definition.
>
>
> --
> *Harshal Dhumal*
> *Software Engineer *
>
>
>
> EenterpriseDB <http://www.enterprisedb.com>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

--
*Akshay Joshi*
*Principal Software Engineer *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Susan Douglas 2016-05-20 12:06:20 Patches that rename .rst and .png files in pgadmin4 repository
Previous Message Akshay Joshi 2016-05-20 11:54:47 pgAdmin 4 commit: Implementation of Table, Column, Index, Trigger, Cons