Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dAWKW-0004n1-WC for pgadmin-hackers@arkaria.postgresql.org; Tue, 16 May 2017 06:51:37 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dAWKV-0005YB-1l for pgadmin-hackers@arkaria.postgresql.org; Tue, 16 May 2017 06:51:35 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dAWKF-000599-CN for pgadmin-hackers@postgresql.org; Tue, 16 May 2017 06:51:19 +0000 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dAWKA-0000Nl-P6 for pgadmin-hackers@postgresql.org; Tue, 16 May 2017 06:51:17 +0000 Received: by mail-wm0-x229.google.com with SMTP id u65so110552931wmu.1 for ; Mon, 15 May 2017 23:51:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=EdZGrXumLESgv3u15M7oqwT428IfuMO8m7wpqqJQXMU=; b=CSUwU89pZyQOEIwh82e7eUGTUgBV5qnb4WnN6BfRE70S9/yVpoX8VDUvJBu6DrPglz n77LyxUpyVcIeX4HDzil9JGvY38of53DUbAZZKkN2MkG5UXCpjWwOOTsODS5ukcfivjl tlt17uZQsyh5ph7zoMet97eEIMywTVA8B5NSqW5pRfKuJ7XjiL55XTqMCcnQl5Ir6wjU vqaKZReUPcSMBq7h66KHTAnSqpxUgz4WmAOi6icc5NGHAggtmZGgrSZ0OSv2npNC5pQn KmOZsthCBIge0kz6omZO/G1j3MclsCBiLyWAr0o0m7zELoPhXR9BoTlkbHs3V3YX7lT+ 68BA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=EdZGrXumLESgv3u15M7oqwT428IfuMO8m7wpqqJQXMU=; b=stpEFX/Mm3Mu6WiM6skT48Zo8SXiFUUcdPS3+ce7d1fqQIMpHnr8bUZdPMHjhCnl7E tg36ZnkQL/QuIJs7KqzzuKn3bp0kwAp79l7uClM4Gdx51/RQpn6Z0T53amHRQ14YGvdJ zj5X/uy7bOu1ZcSME2f5n2zEf2HBJPx+APl59K7kKb9uT9vMtvcTPcDHRj4M+eY5Okdr HEnYTD2ZmvxbmRqeJoLRR5ulam6EiGoCok+nxrwpZKhNnjAOEWldsaUIa6wna+ThBMFq VyCa+gz+4rUNlsLIKADHWgFzzKxgeEv2bCD4JHJJ3o1Mp1PBsD+iiX/fNJPls/RWMiqJ VzVA== X-Gm-Message-State: AODbwcCEPe1bIIYwj/IUBOCMheeaW96/8AmYuYtWwN5WiLBt+4ygF+tz u+BuLDwui0Oim1z3DdfzxAq0KSuYUc4V8m8= X-Received: by 10.28.167.72 with SMTP id q69mr5782365wme.73.1494917470890; Mon, 15 May 2017 23:51:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.136.70 with HTTP; Mon, 15 May 2017 23:50:50 -0700 (PDT) From: Murtuza Zabuawala Date: Tue, 16 May 2017 12:20:50 +0530 Message-ID: Subject: [pgAdmin4][PATCH] To fix the issue in FTS dictonory To: pgadmin-hackers Content-Type: multipart/alternative; boundary="001a114b4186d243be054f9e987a" X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114b4186d243be054f9e987a Content-Type: text/plain; charset="UTF-8" Hi, PFA patch to fix the issue in FTS dictionary as below, 1) Strip the quotes from the options. 2) Template is not shown in properties views if it is not in a system schema. RM#1126 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a114b4186d243be054f9e987a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

PFA patch to fix the issue in FTS d= ictionary as below,
1) Strip the quotes from the options.
2) Template is not shown in properties views if it is not in a system sc= hema.
RM#1126

--=
Regards,
Murtuza Zabuawala
Enterpri= seDB:=C2=A0http://www.enterpr= isedb.com
The Enterprise PostgreSQL Company

--001a114b4186d243be054f9e987a--