Re: [pgAdmin][RM-5953]: Connect to the server is on waiting for the state if the user provides the different users for Add New connection.

2020-10-28 Thread Akshay Joshi
Thanks, patch applied. On Wed, Oct 28, 2020 at 11:23 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Team, > > Please find the patch for RM-5953: Connect to the server is on waiting for > the state if the user provides the different users for Add New connection. > > > -- > *Thanks

Re: pgAgent/creating and modifying tables doc improvement

2020-10-28 Thread Akshay Joshi
Thanks, patch applied. On Wed, Oct 28, 2020 at 11:32 AM Nidhi Bhammar < nidhi.bham...@enterprisedb.com> wrote: > Hi Team, > > I have removed the bullet points from "installing pgAgent" referring to > old versions of PostgreSQL. And also have updated one bullet point under > "creating and modifyin

pgAdmin 4 commit: Fixed an issue where connection to the server is on w

2020-10-28 Thread Akshay Joshi
Fixed an issue where connection to the server is on wait state if a different user is provided. Fixes #5953 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c723a7e431c13fe85191ae0be7d2eddce0c7733 Author: Nikhil Mohite Modified Files ---

pgAdmin 4 commit: Updated documentation for pgAgent.

2020-10-28 Thread Akshay Joshi
Updated documentation for pgAgent. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1126ee77ec481350cd7acf7810896700f290c853 Author: Nidhi Bhammar Modified Files -- docs/en_US/modifying_tables.rst | 6 +++--- docs/en_US/pgagent_ins

Re: [pgAdmin][RM4061]: Backslashes are not handled correctly for SQL_ASCII database in View/Edit table data

2020-10-28 Thread Khushboo Vashi
Hi Pradip, With this patch, 4061 is getting fixed but if you enter "zażółć", then it is getting displayed as "zaż\xf3łć". So, the fix is not proper. Also, if you want to change the typecast, then change the dict which is mapped for Postgres, Python and Typecast encoding in encoding.py file. Than

pgAgent/creating and modifying tables doc improvement

2020-10-28 Thread Nidhi Bhammar
Hi Team, I have removed the bullet points from "installing pgAgent" referring to old versions of PostgreSQL. And also have updated one bullet point under "creating and modifying a table". The patch is attached to the mail. Please provide your review comments. Thanks, Best Regards, Nidhi Bhammar