Re: [pgadmin-hackers] Observed bug in pgAdmin3

2016-01-24 Thread Neel Patel
Hi, We have fixed the issue as mentioned below. *Issue :-* When we create any collation then two times schema name was appended to query. *Fix:-* With this fix, schema name will appended only one time and create query for collation will execute correctly. Please find attached patch file. Review

[pgadmin-hackers] Observed bug in pgAdmin3

2016-01-03 Thread Murtuza Zabuawala
Hi All, I observed an issue while creating new collation (in schemas). Steps to reproduce, 1) Connect to postgres database 2) Expand 'postgres' database 3) Expand 'schemas' 4) Expand 'Collations' 5) Right click & Click "New Collation..." Provide > Properties: Name: test-11 Owner: postgres