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
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
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