Re: [Patch] Show databases for Greenplum

From: Dave Page <dpage(at)pgadmin(dot)org>
To: George Gelashvili <ggelashvili(at)pivotal(dot)io>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Syed Fahar Abbas <fahar(dot)abbas(at)enterprisedb(dot)com>
Subject: Re: [Patch] Show databases for Greenplum
Date: 2017-02-01 09:59:41
Message-ID: CA+OCxowLYyGgA+_WF_C9U6tUohiNApu0D=akwKM6XN7nM9oUCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks George, patch applied.

Fahar; whilst this is a technically simple patch, it was also very
large. Please keep an eye out for any issues.

On Tue, Jan 31, 2017 at 10:08 PM, George Gelashvili
<ggelashvili(at)pivotal(dot)io> wrote:
> Hi Hackers,
>
> We're working on https://redmine.postgresql.org/issues/2132
> This patch allows pgAdmin to list databases and schemas when connected to a
> Greenplum server.
>
> The fix was largely allowing pgadmin to load templates that work with
> Greenplum. To achieve this, we used the versioned template loader in more
> places where "9.1_plus" was previously hardcoded.
> We also created a set of "default" template directories so that Greenplum
> will load the templates that were tagged as 9.1 for now.
>
> Tira & George
>
>
> --
> 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
>

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Fahar Abbas 2017-02-01 10:06:19 Re: [Patch] Show databases for Greenplum
Previous Message Dave Page 2017-02-01 09:57:55 pgAdmin 4 commit: Rename the 9.1_plus templates to "default" to more ap