pgAdmin 4 commit: FTS Parser support

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: FTS Parser support
Date: 2016-04-07 19:59:12
Message-ID: E1aoG5A-0005np-Si@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

FTS Parser support

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=34a803fc687ed1880d13698a9457917700f41d26

Modified Files
--------------
.../fts_parser/static/img/coll-fts_parser.png | Bin 0 -> 620 bytes
.../schemas/fts_parser/static/img/fts_parser.png | Bin 0 -> 715 bytes
.../templates/fts_parser/js/fts_parser.js | 193 +++++++++++++++++++++
.../templates/fts_parser/sql/9.1_plus/create.sql | 15 ++
.../templates/fts_parser/sql/9.1_plus/delete.sql | 23 +++
.../fts_parser/sql/9.1_plus/functions.sql | 58 +++++++
.../templates/fts_parser/sql/9.1_plus/nodes.sql | 13 ++
.../fts_parser/sql/9.1_plus/properties.sql | 30 ++++
.../templates/fts_parser/sql/9.1_plus/schema.sql | 19 ++
.../templates/fts_parser/sql/9.1_plus/sql.sql | 46 +++++
.../templates/fts_parser/sql/9.1_plus/update.sql | 22 +++
11 files changed, 419 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-07 20:01:41 Re: PATCH: pgadmin 4: FTS Parser
Previous Message Dave Page 2016-04-07 19:58:48 pgAdmin 4 commit: FTS Parser support