pgAdmin 4 commit: FTS Template support.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: FTS Template support.
Date: 2016-04-07 14:02:00
Message-ID: E1aoAVU-0004VJ-0K@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

FTS Template support.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95566ed5e13b66b47c672b8c60fb425d7bff06a7
Author: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/fts_templates/__init__.py | 719 +++++++++++++++++++++
.../fts_templates/static/img/coll-fts_template.png | Bin 0 -> 601 bytes
.../fts_templates/static/img/fts_template.png | Bin 0 -> 696 bytes
.../templates/fts_template/js/fts_templates.js | 133 ++++
.../templates/fts_template/sql/9.1_plus/create.sql | 11 +
.../templates/fts_template/sql/9.1_plus/delete.sql | 23 +
.../fts_template/sql/9.1_plus/functions.sql | 23 +
.../templates/fts_template/sql/9.1_plus/nodes.sql | 12 +
.../fts_template/sql/9.1_plus/properties.sql | 27 +
.../templates/fts_template/sql/9.1_plus/schema.sql | 19 +
.../templates/fts_template/sql/9.1_plus/sql.sql | 41 ++
.../templates/fts_template/sql/9.1_plus/update.sql | 22 +
12 files changed, 1030 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-07 14:02:14 Re: PATCH: PGADMIN 4 - FTS templates node
Previous Message Sanket Mehta 2016-04-07 13:47:37 Re: PATCH: PGADMIN 4 - FTS templates node