[Patch] Show databases for Greenplum

From: George Gelashvili <ggelashvili(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [Patch] Show databases for Greenplum
Date: 2017-01-31 22:08:54
Message-ID: CAHowoHZpJBpBXGjuECMTgnrnt2ihummqxaVjuyW3ER+SVLCxSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
fix-greenplum-show-databases.diff text/plain 211.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-01 09:38:19 Re: [pgAdmin4][PATCH] To fix the issue in handling of timestamp type
Previous Message Dave Page 2017-01-31 16:25:47 Re: Acceptance Tests against a browser (WIP)