Thread: pgAdmin 4 commit: Add msql tests for FTS Dictionaries

pgAdmin 4 commit: Add msql tests for FTS Dictionaries

From
Dave Page
Date:
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.dhope@enterprisedb.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(-)