pgAdmin 4 commit: Fixed an issue where the Database restriction is not

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 the Database restriction is not
Date: 2022-06-09 11:33:42
Message-ID: E1nzGQ2-0006UK-Pn@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the Database restriction is not working. Fixes #7453

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fd1f71587ff2cba89865d35176506ef91bd7fa5a
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_11.rst | 1 +
.../servers/databases/templates/databases/sql/default/nodes.sql | 7 ++++---
2 files changed, 5 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-09 11:33:54 Re: [pgAdmin][RM-7453]: DB restriction does not work
Previous Message Akshay Joshi 2022-06-09 11:22:53 Re: [pgAdmin][RM-6132]: [React] Port debugger to React