Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-09-19 Thread Dave Page
On Thu, Sep 19, 2013 at 3:28 PM, Linreg wrote: > >> They have a limited list of platforms there, but FYI, RHEL 5 ships > >> with Boost 1.41.0, so if that works, we're probably OK. > > > > Please have an look to this Page > > https://access.redhat.com/support/policy/updates/errata/ > > > > RHEL5 wi

Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-09-19 Thread Linreg
Am Donnerstag, 19. September 2013, 13:34:47 schrieb Dave Page: > On Tue, Sep 17, 2013 at 1:59 PM, Linreg wrote: > > Hi Dave, > > > > > > > > Connection Pooling: > > > > okay. I will reimplementing the connection pool. > > > > Am Sonntag, 15. September 2013, 15:02:03 schrieb Dave Page: > >> >

[pgadmin-hackers] pgAdmin III commit: Fix the quoting of user mapping objects

2013-09-19 Thread Dave Page
Fix the quoting of user mapping objects Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4da655e6761a8f6c6c35ab05f70c4efb716a0808 Modified Files -- CHANGELOG|1 + pgadmin/dlg/dlgUserMapping.cpp |4 ++-

[pgadmin-hackers] pgAdmin III commit: Ensure that materialised views are available as tar

2013-09-19 Thread Dave Page
Ensure that materialised views are available as targets for synonyms Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=585aa113204f7e21cfd926d41ab8308f229db2a7 Author: Neel Patel Modified Files -- CHANGELOG |2 ++

Re: [pgadmin-hackers] Materialized views not displayed while creating Synonyms in PPAS 9.3

2013-09-19 Thread Dave Page
Thanks, applied. On Wed, Sep 18, 2013 at 12:42 PM, Neel Patel wrote: > Hi Dave, > > Please find the attached patch file for below fix. > > Below is the scenario to reproduce the issue. > > -- Install PPAS 9.3 > -- Open pgAdmin and connect to PPAS 9.3 server > -- Right click on "Views" and crea

Re: [pgadmin-hackers] Fix for Slony replication issue in pgAdmin

2013-09-19 Thread Dave Page
Thanks, applied. On Tue, Sep 17, 2013 at 12:38 PM, Neel Patel wrote: > Hi Dave, > > Please find the attached patch file for fix of below slony issue. > > Follow the below steps after creating the set up of slony replication with > cluster name "slonycluster2". > > 1. Open pgAdmin > 2. Go to datab

[pgadmin-hackers] pgAdmin III commit: Fix the query used to find tables in a Slony replic

2013-09-19 Thread Dave Page
Fix the query used to find tables in a Slony replication set Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b18e75aa27d045ac066d09b437ecca5a22e2cab1 Author: Neel Patel Modified Files -- CHANGELOG |2 ++ pgadmin/

Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-09-19 Thread Dave Page
On Tue, Sep 17, 2013 at 1:59 PM, Linreg wrote: > Hi Dave, > > > > Connection Pooling: > > okay. I will reimplementing the connection pool. > > > > Am Sonntag, 15. September 2013, 15:02:03 schrieb Dave Page: > >> > > Another problem that I've noticed is that you've unconditionally > >> > > > >> > >