pgAdmin 4 commit: Added re_sql test cases for privileges in Foreign Dat

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added re_sql test cases for privileges in Foreign Dat
Date: 2019-07-10 12:27:21
Message-ID: E1hlBgv-0003ZY-Qj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added re_sql test cases for privileges in Foreign Data Wrappers

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c7e95a4638e2db631a20626f1565ace2e60c0cd

Modified Files
--------------
.../foreign_data_wrappers/sql/9.3_plus/acl.sql | 1 +
.../foreign_data_wrappers/sql/default/acl.sql | 1 +
.../tests/default/alter_fdw_rename.sql | 13 ----------
.../{ => pg}/9.3_plus/alter_fdw_change_opt2.sql | 0
.../tests/{ => pg}/9.3_plus/alter_fdw_comment.sql | 0
.../tests/{ => pg}/9.3_plus/alter_fdw_opt1.sql | 0
.../tests/{ => pg}/9.3_plus/alter_fdw_opt2.sql | 0
.../tests/pg/9.3_plus/alter_fdw_privileges.sql | 16 +++++++++++++
.../tests/{ => pg}/9.3_plus/alter_fdw_rename.sql | 0
.../{ => pg}/9.3_plus/alter_fdw_validator.sql | 0
.../tests/{ => pg}/9.3_plus/create_fdw.sql | 0
.../tests/{ => pg}/9.3_plus/test.json | 28 ++++++++++++++++++++++
.../9.3_plus}/alter_fdw_change_opt2.sql | 0
.../9.3_plus}/alter_fdw_comment.sql | 0
.../{default => ppas/9.3_plus}/alter_fdw_opt1.sql | 0
.../{default => ppas/9.3_plus}/alter_fdw_opt2.sql | 0
.../tests/ppas/9.3_plus/alter_fdw_privileges.sql | 16 +++++++++++++
.../tests/ppas/9.3_plus/alter_fdw_rename.sql | 13 ++++++++++
.../9.3_plus}/alter_fdw_validator.sql | 0
.../{default => ppas/9.3_plus}/create_fdw.sql | 0
.../tests/{default => ppas/9.3_plus}/test.json | 28 ++++++++++++++++++++++
21 files changed, 103 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message navnath gadakh 2019-07-10 14:54:57 RE-SQL tests patch for packages node
Previous Message Dave Page 2019-07-10 11:03:41 pgAdmin 4 commit: Add documentation on using Traefik with pgAdmin mount