[pgAdmin][RM3582] Can not add JSON-string as comments on objects

2019-04-12 Thread Aditya Toshniwal
Hi Hackers, Attached is to fix issue where adding JSON like comments on objects were considered as JSON instead of string, because of which the comments were altered at few places. I have checked all the objects mentioned on https://www.postgresql.org/docs/current/sql-comment.html in pgAdmin and

pgAdmin 4 commit: 1) Ensure that JSON strings as comments should be add

2019-04-12 Thread Akshay Joshi
1) Ensure that JSON strings as comments should be added properly for all the objects. Fixes #3582 2) Fixed alignment issue of columns in definition section of Index node. Fixes #4121 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=024cfd2fab9

Re: [pgAdmin][RM3582] Can not add JSON-string as comments on objects

2019-04-12 Thread Akshay Joshi
Thanks patch applied. On Fri, Apr 12, 2019 at 1:19 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is to fix issue where adding JSON like comments on objects were > considered as JSON instead of string, because of which the comments were > altered at few