pgAdmin 4 commit: Fixed a schema diff issue where string separator '_$P

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed a schema diff issue where string separator '_$P
Date: 2022-03-10 09:11:48
Message-ID: E1nSEpo-0005uN-Nh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed a schema diff issue where string separator '_$PGADMIN$_' is visible for identical user mappings. Fixes #7228

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ed2506062372d650cf4dc5c8d8eb86a3668526e

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_6_7.rst | 21 +++++++++++++++++++++
web/pgadmin/tools/schema_diff/directory_compare.py | 6 +++++-
3 files changed, 27 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Fahar Abbas 2022-03-10 10:16:54 Re: pgAdmin4 v6.6 candidate builds
Previous Message Akshay Joshi 2022-03-09 12:17:52 Re: [pgAdmin][RM-7149]: [React] Port preferences dialog to React.