Re: [PATCH] Tables node (pgAdmin4)

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Tables node (pgAdmin4)
Date: 2016-05-19 17:17:15
Message-ID: CAFiP3vwfO=udZvVPdXuEnem9A2LN7MBEQt02VW1AJLuCEsRL2w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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>

Attachment Content-Type Size
table_19_May_V9.patch.zip application/zip 137.1 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-05-20 05:18:45 pgAdmin 4 commit: Added support for FTS configuration node
Previous Message Harshal Dhumal 2016-05-19 17:08:14 Re: [PATCH] Tables node (pgAdmin4)