Re: [pgadmin4]{Patch] Display GreenPlum partitions and correct SQL on SQL Tab

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin4]{Patch] Display GreenPlum partitions and correct SQL on SQL Tab
Date: 2018-01-23 10:44:22
Message-ID: CA+OCxoyf0SNLhmgxfvZ+7JQyinOP+pQCRXZ3emZZn6-5MW-W3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Tue, Jan 23, 2018 at 9:14 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Hi
>
> On Mon, Jan 22, 2018 at 10:55 PM, Joao De Almeida Pereira
> <jdealmeidapereira(at)pivotal(dot)io> wrote:
> > Hello Hackers,
> > I merge the 2 commits into 1 and also corrected a problem with SQL
> display
> > of partitions in GP.
> > So this new patch Displays the partitions on GreenPlum database, correct
> SQL
> > that was being used in the SQL tab for Schemas and display the correct
> SQL
> > for Partitioned tables in GreenPlum.
> >
> > It is now ready for Review and Merge
>
> I'm catching up on various things following some travel last week,
> hence the delays...
>
> The "correctly display..." patch was already committed in
> 284adbbb901b1be30d130be0e40674cfde931e41. The other one should be
> handled once the feature tests are working again (hopefully shortly).
>

And... done.

Sidenote: Please ensure you create RMs for new features or bug fixes that
are present in a release version to help track user-visible changes. Thanks!

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-23 11:10:50 pgAdmin 4 commit: Display functions in Greenplum. Fixes #3044
Previous Message Dave Page 2018-01-23 10:41:39 pgAdmin 4 commit: Display partitions in Greenplum. Fixes #3036