Re: [pgAdmin4] [Patch]: Foreign Table Module

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dave(dot)page(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4] [Patch]: Foreign Table Module
Date: 2016-05-04 11:19:38
Message-ID: CAFOhELfY2HsJ25-KQ4eNmJpKHi8n91CDxAM_zdV=05R2DpTowg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

On Wed, May 4, 2016 at 4:37 PM, Dave Page <dave(dot)page(at)enterprisedb(dot)com>
wrote:

> Hi
>
> On Wed, May 4, 2016 at 7:51 AM, Khushboo Vashi
> <khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
> > Hi Dave,
> >
> > In PG 9.5, for Foreign Table Editing, below new functionalities are
> added:
> >
> > ALTER [ COLUMN ] column_name SET STORAGE { PLAIN | EXTERNAL | EXTENDED |
> > MAIN }
> > DISABLE TRIGGER [ trigger_name | ALL | USER ]
> > ENABLE TRIGGER [ trigger_name | ALL | USER ]
> > ENABLE REPLICA TRIGGER trigger_name
> > ENABLE ALWAYS TRIGGER trigger_name
> > SET WITH OIDS
> > SET WITHOUT OIDS
> >
> > As per our conversation yesterday, we need to incorporate these
> > functionalities into pgAdmin4. Here I have some queries regarding the
> > implementation. Under the Foreign Table Node, we don't have separate
> nodes
> > for columns, triggers and constraints as table. So in order to add above
> > Trigger related functionalities, we will have to add Trigger Node under
> the
> > Foreign Table. And If we add Triggers, then Do we need to add Columns and
> > Constraints as separate nodes under the Foreign Table?
>
> Following discussion with Ashesh and some further thought, please put
> these enhancements on hold. We'll add them in a future release, as
> it's just too much work to do right now.
>
> Okay.

> Please add a TODO file to the root directory of pgAdmin 4, and add
> these as items for later completion.
>
> Sure. I will do that.

> Thanks.
>
> --
> Dave Page
> VP, Chief Architect, Tools & Installers
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-05-04 13:05:47 Re: [pgAdmin4][Patch]: File Manager & Backform FileControl
Previous Message Dave Page 2016-05-04 11:07:37 Re: [pgAdmin4] [Patch]: Foreign Table Module