pgAdmin 4 commit: Ensure that schema names starting with 'pg' should be

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 schema names starting with 'pg' should be
Date: 2020-08-27 07:40:14
Message-ID: E1kBCW6-0004NI-NQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that schema names starting with 'pg' should be visible in browser tree when standard_conforming_strings is set to off. Fixes #4216

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f3bde7b5f184f8a6a5861212991d15dfa9651265
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_26.rst | 1 +
.../databases/schemas/templates/schemas/pg/9.2_plus/sql/nodes.sql | 2 +-
.../databases/schemas/templates/schemas/pg/default/sql/nodes.sql | 2 +-
.../databases/schemas/templates/schemas/ppas/9.1_plus/sql/nodes.sql | 2 +-
.../databases/schemas/templates/schemas/ppas/9.2_plus/sql/nodes.sql | 2 +-
5 files changed, 5 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-27 07:40:48 Re: [pgAdmin][SonarQube] Cognitive complexity roles + test cases
Previous Message Aditya Toshniwal 2020-08-27 07:38:18 Re: SCSS Minor SonarQube fixes