pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res
Date: 2020-12-01 08:16:25
Message-ID: E1kk0pl-0005OH-Q2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

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