Re: [pgadmin-hackers] Unable to update Domain properly

2016-01-13 Thread Neel Patel
Hi, Please find updated patch file with the fix of below issue. *Issue: -* Earlier patch file will work only when in "public" schema. If we change the schema name then generated name should contain both ""."". Attached patch file will include the schema name along with domain name. Thanks Khush

Re: [pgadmin-hackers] Updated Greenplum documentation

2016-01-13 Thread Andreas 'ads' Scherbaum
On 08.01.2016 16:41, Dave Page wrote: I get the following rejects (see attached as well). I wonder if it's a line ending issue - what platform are you working on? piranha:pgadmin3 dpage$ git apply --reject ~/Downloads/gp-doc.diff /Users/dpage/Downloads/gp-doc.diff:9: trailing whitespace. path.A

Re: [pgadmin-hackers] Unable to update Domain properly

2016-01-13 Thread Neel Patel
Hi, Please find the attached patch file for fix of above issue. *Issue:- * Below generated SQL was wrong. ALTER DOMAIN pem."TestDomain" RENAME TO "TestDomain1"; ALTER DOMAIN pem."TestDomain" DROP NOT NULL; In second query, domain name is wrong as domain name was updated by the first query.

[pgadmin-hackers] Unable to update Domain properly

2016-01-13 Thread Khushboo Vashi
Hi, While updating Domain from pgAdmin-III , I observed an error. When I update only Domain name it is working properly, but when I try to update multiple fields, I get an error. For example, if I try to rename Domain *TestDomain* to *TestDomain1* and also modifies one or more fields (except c

Re: [pgadmin-hackers] [pgadmin-support] Unable to change variable of role on OS X 10.11

2016-01-13 Thread Neel Patel
Hi, Adding description how we fixed this issue. - Previously Numeric validator is getting applied to text control so user is not able to type text other then numeric value. Now with this fix , wxTextValidator() will be applied to text control so user will able to enter the text. Thanks, Neel Pat

Re: [pgadmin-hackers] [pgadmin-support] Unable to change variable of role on OS X 10.11

2016-01-13 Thread Neel Patel
Hi, Please find the patch file for fix of above mentioned issue. Do let us know for any comments. Thanks, Neel Patel On Tue, Jan 12, 2016 at 11:22 PM, Axel Rau wrote: > Hi, > > thanks for maintaining pgAdmin3. > > I tried to change a variable of a login role and was unable to edit the > field.