Hi
On Thu, Jan 12, 2017 at 8:18 PM, George Gelashvili
wrote:
> Hi Dave,
>
> We looked through the places where there is existing version checking and
> there isn't a ton of it.
That's because we went to great lengths to minimise it in pgAdmin 4.
It's mostly confined to template selection for SQL
Hi Dave,
We looked through the places where there is existing version checking and
there isn't a ton of it. Our current plan for supporting Greenplum in
pgAdmin4 was not necessarily to support all the features of pgAdmin4, but
to at least get the core functionality working.
I'm not too concerned a
On Wed, Jan 11, 2017 at 8:07 PM, Dave Page wrote:
> Hi
>
> On Wed, Jan 11, 2017 at 10:24 PM, George Gelashvili
> wrote:
> > Hi Dave,
> >
> > Thanks for the pointer.
> > We realized that many of the changes we would need to make for supporting
> > Greenplum would need to go where there is pg vers
Hi
On Wed, Jan 11, 2017 at 10:24 PM, George Gelashvili
wrote:
> Hi Dave,
>
> Thanks for the pointer.
> We realized that many of the changes we would need to make for supporting
> Greenplum would need to go where there is pg version checking throughout the
> code. This is because unlike PPAS which
Hi Dave,
Thanks for the pointer.
We realized that many of the changes we would need to make for supporting
Greenplum would need to go where there is pg version checking throughout
the code. This is because unlike PPAS which mostly adds additional
features, Greenplum is based on postgres 8.3.
It l
Hi
On Friday, January 6, 2017, George Gelashvili
wrote:
> Hi there,
>
> We are working on connecting Greenplum to pgAdmin4. Currently we are
> exploring how modules work in pgAdmin. In an earlier off-thread email it
> was suggested we look at "the EDB PPAS" as an example of a driver class. We
>
Hi there,
We are working on connecting Greenplum to pgAdmin4. Currently we are
exploring how modules work in pgAdmin. In an earlier off-thread email it
was suggested we look at "the EDB PPAS" as an example of a driver class. We
are not entirely clear on what that means.
We found:
- the BaseDriver