Обсуждение: pgAdmin 4 commit: FTS Template support.

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: FTS Template support.

От
Dave Page
Дата:
FTS Template support.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95566ed5e13b66b47c672b8c60fb425d7bff06a7
Author: Sanket Mehta <sanket.mehta@enterprisedb.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(+)