Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bvBQp-0000dL-E1 for pgadmin-hackers@arkaria.postgresql.org; Fri, 14 Oct 2016 22:58:27 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bvBQp-0006Dl-0S for pgadmin-hackers@arkaria.postgresql.org; Fri, 14 Oct 2016 22:58:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bvBQo-0006Df-8O for pgadmin-hackers@postgresql.org; Fri, 14 Oct 2016 22:58:26 +0000 Received: from mail-it0-x22e.google.com ([2607:f8b0:4001:c0b::22e]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bvBQk-00016k-Ug for pgadmin-hackers@postgresql.org; Fri, 14 Oct 2016 22:58:25 +0000 Received: by mail-it0-x22e.google.com with SMTP id k64so1124271itb.0 for ; Fri, 14 Oct 2016 15:58:22 -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=x4r8KhQGKkGsInZIaqXUWI2fQHDlqQ9ykGa2IAo9UUA=; b=mPFJH1wKLYd04WNZXoBZh/Scl+WwkvV1+wZiVu+50oE3G4BhKwjk9OWX3ulr2mOYSH OBPcwA3wETQ+tFV6DF3Rl+AZWuDBnKGhu4vInNslMOdu7xwsVm/Cm1yvX+7qTJ0428pZ CwRehi1B0qQJhbEr/WBF/Fl9IL4o/hTjtlqVMobSi45s+IebPZzMB+xGraNkQdZ+mFzV 0u+iHHYiZyXrTkQAWspEQnvFt7/o0wJYkKmDHQohmx6Hpb2taoEdTLkivWNO1PUXctNg 186hjArJzub92DNPXhybuVcJy7MUOGW9kkHeDho2AFPfFQrYaWlE2zTJ9Rv+amIztUL1 9jcQ== 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=x4r8KhQGKkGsInZIaqXUWI2fQHDlqQ9ykGa2IAo9UUA=; b=VVCAJJ5YpIMDiUf9Twg/jsVbWbaSEtTHS4skbet/0Hso5LTbLhaJqSHKBJYspnIhOt Hr0cJffukTelmli5g4OtEcW0qwN6i46hEBErp1v6m1w/0t9wbzoOLSWYcPFAu0e+ihwL byQMiKs5Z1dakkOAM47dyQ1X4q3UHEz7wo0x0IaxcbVB+sfoSb6cIy43ztNmDCa6/Bmz QUdhYGrkaJLzaygHyfIg/3KM9N+k5iPkZ8TRYZMKR0GRdCexcSWrAguwVT+ri7mmbWFC 0fnznp18ulM7Gwn/BDjAnxLs4xwlZ3pDKd1ljId+qM7IjqwMnXbTWnVic4I4MmEdQG60 cHpw== X-Gm-Message-State: AA6/9RlrFsPBr85+yMXZkOVdZnHeKP/fSyDUCtJwfVj8vICus2QOgKvrR0yVZ/wm8urfQPJvL97tna7rvAVcIA== X-Received: by 10.36.178.27 with SMTP id u27mr441363ite.113.1476485900517; Fri, 14 Oct 2016 15:58:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.146.135 with HTTP; Fri, 14 Oct 2016 15:58:19 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 14 Oct 2016 23:58:19 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM 1847 SQL script generated by pgAdmin 4 to create table has errors. To: Akshay Joshi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=f403045d99789dd971053edb29a2 X-Pg-Spam-Score: -1.0 (-) 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 --f403045d99789dd971053edb29a2 Content-Type: text/plain; charset=UTF-8 Thanks, patch applied. On Friday, October 14, 2016, Akshay Joshi wrote: > Hi All > > Please find the attached patch to fix the RM #1847 SQL script generated by > pgAdmin 4 to create table has errors. > > > -- > *Akshay Joshi* > *Principal Software Engineer * > > > > *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --f403045d99789dd971053edb29a2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks, patch applied.

On Friday, October 14, 2016, Akshay Joshi <= ;akshay.joshi@enterprisedb= .com> wrote:
Hi All

<= /div>
Please find the attached patch to fix th= e RM #1847 SQL script generated by pgAdmin 4 to create table has errors.


--
Aksh= ay Joshi
Principal Software Engineer=C2=A0


Phone: +91 20-3058-9517
Mobil= e: +91 976-788-8246


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

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

--f403045d99789dd971053edb29a2--