pgAdmin 4 commit: Prevent creation of FTS objects in catalogs. Fixes #1

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent creation of FTS objects in catalogs. Fixes #1
Date: 2016-08-16 11:49:21
Message-ID: E1bZcrx-0005Jl-UR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent creation of FTS objects in catalogs. Fixes #1122

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=67f481ab11bd1f34ac5f57c60a59b257a6a5fd7c
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../fts_configuration/js/fts_configuration.js | 37 +++++++++++++++++---
.../templates/fts_dictionary/js/fts_dictionary.js | 38 ++++++++++++++++++---
.../templates/fts_parser/js/fts_parser.js | 38 ++++++++++++++++++---
.../templates/fts_template/js/fts_templates.js | 39 +++++++++++++++++++---
4 files changed, 136 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-16 11:49:35 Re: [Patch][pgAdmin4]: RM1122 - Don't allow to create FTS parser, FTS template under catalogs
Previous Message Dave Page 2016-08-16 11:10:42 Re: [Patch][pgAdmin4]: RM1532 - Query Tool can get stuck waiting for query result