pgAdmin 4 commit: Ensure that the children of information_schema and pg

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the children of information_schema and pg
Date: 2022-08-11 05:23:32
Message-ID: E1oM0fM-0002MW-I6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the children of information_schema and pg_catalog node should be displayed. Fixes #7587

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e1fa1b039627919a05e0c79d54b54f539a588d0e
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_13.rst | 1 +
web/pgadmin/browser/server_groups/servers/databases/schemas/__init__.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-08-11 05:23:52 Re: [pgAdmin][RM7587] pgAdmin 6.12 doesn't show contents of information_schema and pg_catalog
Previous Message Akshay Joshi 2022-08-11 04:56:24 pgAdmin 4 commit: Port User Management dialog to React. Fixes #7345