| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: FTS Dictionary support. |
| Date: | 2016-04-14 19:53:18 |
| Message-ID: | E1aqnKI-0007FQ-Df@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
FTS Dictionary support.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7305986e14d9e895886ecb6e803b34b05dd106b0
Author: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>
Modified Files
--------------
.../databases/schemas/fts_dictionaries/__init__.py | 818 +++++++++++++++++++++
.../templates/fts_dictionary/js/fts_dictionary.js | 185 +++++
.../fts_dictionary/sql/9.1_plus/create.sql | 13 +
.../fts_dictionary/sql/9.1_plus/delete.sql | 23 +
.../fts_dictionary/sql/9.1_plus/nodes.sql | 13 +
.../fts_dictionary/sql/9.1_plus/properties.sql | 24 +
.../fts_dictionary/sql/9.1_plus/schema.sql | 19 +
.../templates/fts_dictionary/sql/9.1_plus/sql.sql | 52 ++
.../fts_dictionary/sql/9.1_plus/templates.sql | 11 +
.../fts_dictionary/sql/9.1_plus/update.sql | 49 ++
10 files changed, 1207 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2016-04-14 19:54:18 | pgAdmin 4 commit: FTS Dictionary support (icons) |
| Previous Message | Dave Page | 2016-04-14 19:14:42 | Re: PATCH: Resolving issue regarding FTS Parser name |