pgAdmin 4 commit: Properly quote names when renaming FTS dictionaries a

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly quote names when renaming FTS dictionaries a
Date: 2016-10-14 19:23:15
Message-ID: E1bv84Z-00058f-Td@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly quote names when renaming FTS dictionaries and templates. Fixes #1857

Branch
------
master

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

Modified Files
--------------
.../fts_dictionaries/templates/fts_dictionary/sql/9.1_plus/update.sql | 4 ++--
.../fts_templates/templates/fts_template/sql/9.1_plus/update.sql | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-14 19:23:45 Re: [Patch]: Error while renaming FTS dictionary and FTS template nodes
Previous Message Dave Page 2016-10-14 19:20:43 Re: [pgAdmin4][Patch]: Select2 control destroy issue [Minor fix]