Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bv858-0000be-AD for pgadmin-hackers@arkaria.postgresql.org; Fri, 14 Oct 2016 19:23:50 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bv857-00023T-T7 for pgadmin-hackers@arkaria.postgresql.org; Fri, 14 Oct 2016 19:23:49 +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 1bv857-00023N-I1 for pgadmin-hackers@postgresql.org; Fri, 14 Oct 2016 19:23:49 +0000 Received: from mail-io0-x235.google.com ([2607:f8b0:4001:c06::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bv855-0002un-1u for pgadmin-hackers@postgresql.org; Fri, 14 Oct 2016 19:23:48 +0000 Received: by mail-io0-x235.google.com with SMTP id q192so131738547iod.0 for ; Fri, 14 Oct 2016 12:23:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=TTNUUR2Zb9ItGqLLRXLEiPuLxoIYrL72YUid+SxR3hk=; b=sZwa/icEOp2rfrlmdNiGcJw6xgzVSrxQVS9oDgP9+wdLSh9J9v0F6iqQ3oFYyVQZ1o r9q2I37z8A2x8tSpZReue0Mq1V23mzSd30oCfS31qTXg4BsUoSHABPi2gzHyJqhQbd5y FBfeS7j/9fMa63/124Rr93Gt3zNMH7QgJFHSPXuyKQDIszshtBb7j8ja5cSgfSDrsKyu hJGLrmRfhwsiqXi3T62JpR6x3Skl+b2QaoEuYpW5ieKpemlSFco1hF0n7RCX+FVx/YtA QR8UWoFmcYkRexm7h6gTGTig4iX3hpPqyRnXxIi+WxM2qLTLu7b+BK2qiy7VTGs5prm+ ZmpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=TTNUUR2Zb9ItGqLLRXLEiPuLxoIYrL72YUid+SxR3hk=; b=XX8tvwuppJ0ecJQdUYGn1xKZNCzpm1VYWH8rbqu9uUlFro9B+F5MAKMCO1wMOdhQ+A +ByHWcUphU5uguzzKb2vAXm8R83cPdYsbrEGl1Cn+GUuKl8Dys0m1HFcsU1dcqeYnB2k fdf67F642SQni5q3T0oCucHKEKUbFJSoAyf3fJBpgblhBpBwWS+IdVPq+vcwnMq4Viaw VZ0bTxUjgB3w9Q3Z8OUeKWKHfggDHigFMqys1VmlCVkg2sAqrxQT2WPihftjkbDASifI WZWpxiv3bQ4MhONWimVaiNntS1KKC4G2HJm0d+zRvCbRv4ph8KAE/P+bPeSknGZt5Ksv IFAA== X-Gm-Message-State: AA6/9Rk0UsHY2R82nc8JwmUST8sjMXQRcHd9SmmzjRjofRKCntNM4X3aufLau2d5Nfx3UZvpMiu0a/ui+jpXXw== X-Received: by 10.107.12.206 with SMTP id 75mr12679760iom.208.1476473026340; Fri, 14 Oct 2016 12:23:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.146.135 with HTTP; Fri, 14 Oct 2016 12:23:45 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 14 Oct 2016 20:23:45 +0100 Message-ID: Subject: Re: [Patch]: Error while renaming FTS dictionary and FTS template nodes To: Surinder Kumar Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a113f9706417870053ed82aed X-Pg-Spam-Score: -2.6 (--) 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 --001a113f9706417870053ed82aed Content-Type: text/plain; charset=UTF-8 Thanks, applied. On Friday, October 14, 2016, Surinder Kumar wrote: > Hi > > *Issue fixed:* > > While renaming a object, the name must be enclosed within double quotes > using qtIdent. > > Please find attached patch and review. > > Thanks > Surinder Kumar > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a113f9706417870053ed82aed Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks, applied.

On Friday, October 14, 2016, Surinder Kumar <surinder.kumar@enterprisedb= .com> wrote:
Hi

Issue fixed:

While renaming a object, the n= ame must be enclosed within double quotes using qtIdent.

Please find attached patch and review.

Thanks
Surinder Kumar


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

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

--001a113f9706417870053ed82aed--