pgAdmin 4 commit: Add msql tests for FTS Dictionaries

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add msql tests for FTS Dictionaries
Date: 2019-09-06 15:00:41
Message-ID: E1i6Fj7-0006ev-Kg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add msql tests for FTS Dictionaries

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db06dd0275bed5ab34decef74aeeb6cebc93772f
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
.../msql_alter_fts_dictionary_delete_options.sql | 2 +
.../default/msql_alter_fts_dictionary_options.sql | 8 ++
.../tests/default/msql_create_fts_dictionary.sql | 3 +
.../fts_dictionaries/tests/default/tests.json | 12 ++-
.../views/tests/pg/9.4_plus/alter_mview.sql | 13 ++++
.../views/tests/pg/9.4_plus/create_mview.sql | 17 +++++
.../views/tests/pg/9.4_plus/test_mview.json | 87 ++++++++++++++++++++++
.../views/tests/ppas/9.4_plus/alter_mview.sql | 13 ++++
.../views/tests/ppas/9.4_plus/create_mview.sql | 17 +++++
.../views/tests/ppas/9.4_plus/test_mview.json | 87 ++++++++++++++++++++++
10 files changed, 256 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-09-06 15:01:02 Re: MSQL test cases for FTS Dictionaries.
Previous Message Aditya Toshniwal 2019-09-06 13:01:53 pgAdmin 4 commit: Basic setup for auto update implemented.