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

[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