pgAdmin 4 commit: Ensure that RLS Policy node should be searchable usin - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that RLS Policy node should be searchable usin
Date
Msg-id E1jyu1h-0003lY-Gn@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that RLS Policy node should be searchable using search object. Fixes #5646

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=937877e841d20948c6a78cc06b81be984060fd34
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst                       |   1 +
docs/en_US/release_notes_4_25.rst                  |  20 +
.../tables/row_security_policies/__init__.py       |  11 +-
.../search_objects/sql/pg/10_plus/search.sql       |  31 ++
.../search_objects/sql/pg/11_plus/search.sql       |  31 ++
.../search_objects/sql/pg/9.5_plus/search.sql      | 379 +++++++++++++++++
.../search_objects/sql/ppas/10_plus/search.sql     |  32 ++
.../search_objects/sql/ppas/12_plus/search.sql     |  32 ++
.../search_objects/sql/ppas/9.5_plus/search.sql    | 455 +++++++++++++++++++++
web/pgadmin/tools/search_objects/utils.py          |   2 +-
10 files changed, 987 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan fixes.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][Patch] RM4810 - Cannot save new row if table is empty