Re: [pgadmin-hackers] Driver Module

2017-01-12 Thread Dave Page
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

Re: [pgadmin-hackers] Driver Module

2017-01-12 Thread George Gelashvili
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

Re: [pgadmin-hackers] Driver Module

2017-01-11 Thread Robert Eckhardt
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

Re: [pgadmin-hackers] Driver Module

2017-01-11 Thread Dave Page
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

Re: [pgadmin-hackers] Driver Module

2017-01-11 Thread George Gelashvili
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

Re: [pgadmin-hackers] Driver Module

2017-01-08 Thread Dave Page
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 >

[pgadmin-hackers] Driver Module

2017-01-06 Thread George Gelashvili
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