pgAdmin 4 commit: Modified EPAS templates to support schema restriction

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Modified EPAS templates to support schema restriction
Date: 2020-07-03 13:22:54
Message-ID: E1jrLeY-0002as-1G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Modified EPAS templates to support schema restriction.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb1cdd1b23176e40b8cb6a491a840fd1f853e4c3
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/templates/schemas/ppas/9.1_plus/sql/nodes.sql | 4 ++++
.../schemas/templates/schemas/ppas/9.1_plus/sql/properties.sql | 4 ++++
.../databases/schemas/templates/schemas/ppas/9.2_plus/sql/nodes.sql | 4 ++++
.../schemas/templates/schemas/ppas/9.2_plus/sql/properties.sql | 4 ++++
4 files changed, 16 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-03 13:23:46 Re: pgAdmin 4 commit: Added support for schema level restriction. Fixes #55
Previous Message Akshay Joshi 2020-07-03 13:16:33 Re: CSS SonarQube fixes