pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res
Date
Msg-id E1kk0pl-0005OH-Q2@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where schema diff doesn't show the result of compare if source schema has tables with RLS. Fixes #5998

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_29.rst                                      | 1 +
.../servers/databases/schemas/tables/row_security_policies/__init__.py | 3 ++-
.../tables/templates/row_security_policies/sql/10_plus/properties.sql  | 2 +-
.../tables/templates/row_security_policies/sql/9.5_plus/properties.sql | 2 +-
.../tables/templates/row_security_policies/sql/default/properties.sql  | 2 +-
5 files changed, 6 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-5992]: Escape character shown when server/database name has some special characters.
Next
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM-5343]: [Code Coverage] Improve API test cases for Debugger