Re: [pgadmin-hackers] PATCH: fix typos

2015-07-07 Thread Ashesh Vashi
On Sat, Jul 4, 2015 at 3:22 PM, Dmitriy Olshevskiy wrote: > hello. could you see this patch with several typos in comments and > messages? > Thanks. Committed the changes. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http:

[pgadmin-hackers] pgAdmin III commit: Fixed few typos in comments

2015-07-07 Thread Ashesh Vashi
Fixed few typos in comments Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6b4d54aac0556f681c05abab564f381ab40a5b12 Author: Dmitriy Olshevskiy Modified Files -- pgadmin/ctl/explainCanvas.cpp |2 +- pgadmin/debug

[pgadmin-hackers] pgAdmin III commit: Fixed a typo in dlgDefaultSecurityProperty::OnChang

2015-07-07 Thread Ashesh Vashi
Fixed a typo in dlgDefaultSecurityProperty::OnChangeSize(...) function Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e443d5c78404ea5d743164ff51240e7e4d620519 Author: Dmitriy Olshevskiy Modified Files -- pgadmin/dlg/dlgProperty.cp

Re: [pgadmin-hackers] PATCH: fix size check in dlgProperty

2015-07-07 Thread Ashesh Vashi
On Mon, Jul 6, 2015 at 6:11 PM, Sanket Mehta wrote: > Hi, > > Patch looks good to me. > > > Regards, > Sanket Mehta > Sr Software engineer > Enterprisedb > > On Sat, Jul 4, 2015 at 4:07 PM, Dmitriy Olshevskiy > wrote: > >> hello again. >> method dlgDefaultSecurityProperty::OnChangeSize contains

Re: [pgadmin-hackers] An error occurred"Column not found in pgSet: rolcateupdate" when connect to PostgreSQL 9.5 server

2015-07-07 Thread Ashesh Vashi
On Fri, Jul 3, 2015 at 12:58 PM, Sanket Mehta wrote: > Hi Ashesh, > > In previous patch there was a error in pgRole.cpp that in case of pg 9.5 > while deleting the user role, it will not prompt the warning message to > user. > I have resolved the issue and attached the patch with this mail for th

[pgadmin-hackers] pgAdmin III commit: Removed the use of "Update catalog" from Role, as i

2015-07-07 Thread Ashesh Vashi
Removed the use of "Update catalog" from Role, as it has been removed from PostgreSQL 9.5. Reference: http://www.postgresql.org/docs/9.5/static/release-9-5.html [Reviewed by: Ashesh Vashi] Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5f517

Re: [pgadmin-hackers] SSH error messages not shown

2015-07-07 Thread Jacek Wielemborek
W dniu 07.07.2015 o 07:05, Akshay Joshi pisze: > Hi Jacek > > Have you test the patch for SSH Tunnel error message? Hello, To be honest, I didn't have time to test the patch for now. I would welcome anybody else to test it in the meantime or suggest a test case. Unless just testing if it builds