Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fSPBm-0003TD-0L for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Jun 2018 15:57:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fSPBk-0007XK-FN for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Jun 2018 15:57:00 +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.89) (envelope-from ) id 1fSPBk-0007XA-5k for pgadmin-hackers@lists.postgresql.org; Mon, 11 Jun 2018 15:57:00 +0000 Received: from mail-wr0-x243.google.com ([2a00:1450:400c:c0c::243]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fSPBh-0005Jw-8o for pgadmin-hackers@postgresql.org; Mon, 11 Jun 2018 15:56:58 +0000 Received: by mail-wr0-x243.google.com with SMTP id l10-v6so20972570wrn.2 for ; Mon, 11 Jun 2018 08:56:57 -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=xCeVwMHv3i4k8bR4rNEutZk2dQWP1qqTeJMuowrQKhE=; b=tQFSYCBvOXGcsKYWnyuxn21CTfVEDIzaHc8rXqnleBu3CvV5035/Bfvm2kV3rWlR2Y i4HG914yHYevTu72dkHGFWoBax1BFKZ0eBgu7zInmB6FswFBxXiayroyNDWwxHpmxB3z oI1gICnz1YfUwTExZR5xG3uMxeOH9WtpuOISn4j6NeYHmAqNhDmlAuCdJ2VaHau2E2BE Ekc1ibl4oTplfdVxO5QTMmDIEagn9qA6UppeUXi7ETWuLGXAecTXLx83EV0G+FntYe67 7/5L9mSTmGqi2JphHiRPqnCCXfbpBOBmnc2ZidrINJA6J6W9x42zkBbl1tkHCF5GSdRv rbIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=xCeVwMHv3i4k8bR4rNEutZk2dQWP1qqTeJMuowrQKhE=; b=G6oIPIHmB8fjwKogCqe4ssMFWKWyjIYSDMmulYcv/P4bLIwV4M/QLK+wVojK6EJbxv YNw/sND3f7vHZi/Anvy72rKc8nENTt/Co11BZ2rjoN5uUxxf0fe2abejQQfD/g3aa8wP +h9VxCjQp3EWX6qcmbVt/3WW0GYHsf+FEiihjhv6cZb3knCYNCJXB0GRo+zKw9SpXxwV kh50SYPnWA0wmnDLXmhez9DfG2JoOGJ20Jtp5otWyIt7DbnQaTy64eAmJZmZM/qLmpag 3W7BzIKrHcyXgemRvYH6q6JLbNYOxHl28Qbgx8nVUxwKdAhrft7nxeJB3pAEczgW5c6H KQsw== X-Gm-Message-State: APt69E02b2jjEaWizsf9NuFskkKt2QvYZBUq1hGMrQndR1O0iv6EOlzm dAxo0kqvfkl6TohUGhiLUj+klooWDYAJm28GRxA0Mg== X-Google-Smtp-Source: ADUXVKJaKAIr9HKsi+HGlOsOMpp0b4wcxJQAAEXwnrt1ID8L+jg3DLa37NgucKAoD0thAeJsc9WvvwPTfve5ijkpIgs= X-Received: by 2002:adf:e590:: with SMTP id l16-v6mr12425634wrm.190.1528732613813; Mon, 11 Jun 2018 08:56:53 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a1c:2907:0:0:0:0:0 with HTTP; Mon, 11 Jun 2018 08:56:53 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 11 Jun 2018 16:56:53 +0100 Message-ID: Subject: Re: [pgAdmin][patch] RM3409 - Retrieving SQL from table throws exception To: Victoria Henry Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000673d07056e5fcca3" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000673d07056e5fcca3 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Fri, Jun 8, 2018 at 7:43 PM, Victoria Henry wrote: > Hi hackers, > > Attached is a patch that fixes an exception when trying to view the SQL > tab on a GreenPlum database. > > Sincerely, > > Joao && Victoria > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000673d07056e5fcca3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.
On Fri, Jun 8, 2018 at 7:43 PM, Victoria Henry = <vhenry@pivotal.io> wrote:
Hi hackers,

Attached is a patch that f= ixes an exception when trying to view the SQL tab on a GreenPlum database.<= /div>

Sincerely,

Joao &&= ; Victoria



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

EnterpriseDB UK: http://www.enterprisedb.com<= br>The Enterprise PostgreSQL Company
--000000000000673d07056e5fcca3--