Re: PATCH: Resolving issue regarding FTS Parser name

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Resolving issue regarding FTS Parser name
Date: 2016-04-14 19:14:42
Message-ID: CA+OCxowdDWWDrimNaVfxN=Nn2iqK4c5xAv+QFNhwhz6eyvbvEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - applied.

On Thu, Apr 14, 2016 at 3:48 PM, Sanket Mehta
<sanket(dot)mehta(at)enterprisedb(dot)com> wrote:
> Hi,
>
> PFA the patch for resolving an issue related to FTS Parser name.
>
> Steps to reproduce the issue:
>
> - create fts parser with name "user name"
> - Expand fts parser
> - Right Click and select properties
> - Change name to "user name car"
>
>
> it's give ERROR: syntax error at or near "name"
> LINE 2: RENAME TO user name car;
>
> Please do review the patch and send review comments if any.
>
>
> Regards,
> Sanket Mehta
> Sr Software engineer
> Enterprisedb
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-14 19:53:18 pgAdmin 4 commit: FTS Dictionary support.
Previous Message Dave Page 2016-04-14 19:14:35 pgAdmin 4 commit: Fix issue renaming FTS Parser.