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 1fVQZd-00019w-9i for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Jun 2018 00:02:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fVQZb-00017M-V2 for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Jun 2018 00:02:07 +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.89) (envelope-from ) id 1fVQZb-00017C-Q9 for pgadmin-hackers@lists.postgresql.org; Wed, 20 Jun 2018 00:02:07 +0000 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fVQZU-0000im-Gx for pgadmin-hackers@postgresql.org; Wed, 20 Jun 2018 00:02:07 +0000 Received: by mail-wm0-x244.google.com with SMTP id x6-v6so3027299wmc.3 for ; Tue, 19 Jun 2018 17:01:59 -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=KfDkFDL/zLHgOK+RyqdVz9HZle1Rmd8DCZ5x40O9Puo=; b=qgTU6DzlNBHjYgDJPr8sTXbVwxyjLjGGhQ5YWF+UGHFXSCBBv9qlJyfLd/sGVA8BpK W/oR0VIc3WuzCHMq45/XwKhPL5K2q/+UfWFoAaOEaAkdz0hptPzIIM3reDb6mW7cRpin hY6VXLczGLinvihBP/tqdfYLR+l8vEMhwBi7/bWYlqQKITZA8AC3krx81rr4/GbDOnt5 I9tGjT40Eg2Fi7aOofVUEivk2CFkPdnQltjOTrwljRV4FAcVCkviuF1Rv6IBKp9U4+/6 JVb48iVC/RkuPuL5TUn/fN+xpuMzVP+V33J7LhQW5fTd6iJBKZ/KA8Y9+toAkMPHPfKT nRaA== 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=KfDkFDL/zLHgOK+RyqdVz9HZle1Rmd8DCZ5x40O9Puo=; b=SsymsqdH/7Uzb7bkCmYfadj1RRCGjvNLb0tH+H8pafyYc6TMYakzkOKfmy9O9R+xVe IhjJjq8NSW/OWETaybmjUiPz7EF9zdZkbg5ULFYg3y43Tsn98f/vF+Tr7lq1EW4gcSuz AjeK1FEbw62Mk3r4ABXa9hQ/ZJWyse1+eLWcb/wNHo3NX+HAa9aVI/AvSFqR71G8nBTY AA4C0eIo1XJdoYTTIoGDl+RF3vCGDPAaN6aurk9Ic6q8CsXi0O81ozInLDn2CHz6z4rD BB6ytTH1tOSianVE+hFtDekO0FEUpAbTuet3DUeXGGdmSNTPG314CxBX/cpIbB0/ltGx Li2A== X-Gm-Message-State: APt69E2IZyDFAepgtQqVCP3W9u4XKEdWzQb2kGk8c1kmObzthmXL9VMw UMolctPOsxHFlsvLDK7x3s01lJDjSfWqBH8Ivfornc5R X-Google-Smtp-Source: ADUXVKJfAMl8ttxzdsJQ1d5XA22cpQoUe+cU4vlb6OHiBtVgU9vxVjgYcrYzV28UM4swk9FfduDbKGUSvpH7J4aZv4U= X-Received: by 2002:a1c:ec84:: with SMTP id h4-v6mr13837277wmi.154.1529452919242; Tue, 19 Jun 2018 17:01:59 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a1c:2907:0:0:0:0:0 with HTTP; Tue, 19 Jun 2018 17:01:58 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 20 Jun 2018 01:01:58 +0100 Message-ID: Subject: Re: [pgadmin4][patch] Correct issue on external tables To: Joao De Almeida Pereira Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f3c44b056f078179" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000f3c44b056f078179 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Tue, Jun 19, 2018 at 9:16 PM, Joao De Almeida Pereira < jdealmeidapereira@pivotal.io> wrote: > Hi Hackers, > > You can find attached a patch that corrects the RM #3431. > > When trying to retrieve the DDL of an external table and exceptions was > being raised. > > Thanks > Joao > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000f3c44b056f078179 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.
On Tue, Jun 19, 2018 at 9:16 PM, Joao De Almeid= a Pereira <jdealmeidapereira@pivotal.io> wrote:
Hi Hackers,

You can find attached a patch that corrects the RM #3431.
<= br>
When trying to retrieve the DDL of an external table and exce= ptions was being raised.

Thanks
Joao



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

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