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 1fTpMp-0005RR-O3 for pgadmin-hackers@arkaria.postgresql.org; Fri, 15 Jun 2018 14:06:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fTpMo-0006rI-8t for pgadmin-hackers@arkaria.postgresql.org; Fri, 15 Jun 2018 14:06:18 +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 1fTpMn-0006r8-VZ for pgadmin-hackers@lists.postgresql.org; Fri, 15 Jun 2018 14:06:18 +0000 Received: from mail-wr0-x244.google.com ([2a00:1450:400c:c0c::244]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fTpMk-0002Fo-VD for pgadmin-hackers@postgresql.org; Fri, 15 Jun 2018 14:06:16 +0000 Received: by mail-wr0-x244.google.com with SMTP id x4-v6so10055018wro.11 for ; Fri, 15 Jun 2018 07:06:14 -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=Dy9CQlobhwsYolqYQl8wMfckiV3aeelCyrBZzrC2QuQ=; b=LkZlP2fBaT7ZSW/Y13eYJSWNAWs1fmxenCGnMdzQX4auI+Uzvbd+lH7BPa7IunwR90 IDZILwp9TixRbe3qT1Pk7mLqrfwo5jblhlNMWLbqR40jxx/MYq728yx1Hoh1p21ljYGa BeK4cRnH8Gcqd4+wxD6u1AbQ1LCGLMD4XmpC+p2eoIhqW1aQSBv88YBXCPj6D5tUr0CL 4yzzAuhf2x7M85dJLFt4IFKBdtIJNmEjbC2TJK4n3VseSwQ4AgBVaEGB7idZNIbEaAx1 mkpMuuWPPOxCsJaJ/MjvrEQXytkh9qVNw2XXFb6CAVoWVL8cAxGNfJRzyUVhvnHzIeEM JZ1A== 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=Dy9CQlobhwsYolqYQl8wMfckiV3aeelCyrBZzrC2QuQ=; b=k1gFS5XAHFFs28DG0ZlBJQIVIJRqkFJ7aMF07KpzFT6h6oZEg5fyycAN8IpxyCL0Cb RAqIZiSTkdmCapKn8Pt3dBAeFWVKL2RFV5VKYSCsK65DK06/95cumeFKgyv0jtG4ACtG hjfTVI/jphM98LmDylP14HPEp7ErE9K13QcN0v9wM84syrVe7+JqYBzvhfMNFNBvdzAf YUw8wteJvqIFuBvwvAe/amO+eNHSXw6Ws4aZ7oH2yLpmWxleR9SUzcGhvC1PLoFUyotd V1rBIv5kQdMsACuJZOHDMC8O+OtC7880TAhSC+ClFEqGipiwZeL4S93QBez9Lusx3gpp 1PhQ== X-Gm-Message-State: APt69E2M47F7DLrwpUS+A39WdlUn8O3j8LPbf9t4B8X+R+BEkB6FF/6l QgJSPDLTuvjZo1RUjuOgDkmzVWVY7kthTr9n819D/w== X-Google-Smtp-Source: ADUXVKLIKwqb2eLfnmhc+dJq3M0VBVbzAhhynDp78qeBMshV10WKaQdF9pI0QO89QocSDxWPP/rh9K9THcp8lBw9at8= X-Received: by 2002:adf:f40a:: with SMTP id g10-v6mr1811436wro.256.1529071573142; Fri, 15 Jun 2018 07:06:13 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a1c:2907:0:0:0:0:0 with HTTP; Fri, 15 Jun 2018 07:06:12 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 15 Jun 2018 15:06:12 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch] : Fix PG utilities with Python 2.6 To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f420b1056eaeb74e" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000f420b1056eaeb74e Content-Type: text/plain; charset="UTF-8" Thanks, applied. On Fri, Jun 15, 2018 at 2:55 PM, Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi Dave, > > Please find the attached patch for PG utilities - PY 2.6. > > Thanks, > Khushboo > > On Fri, Jun 15, 2018 at 5:08 PM, Dave Page wrote: > >> Thanks, applied. >> >> On Fri, Jun 15, 2018 at 12:27 PM, Khushboo Vashi < >> khushboo.vashi@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attached patch which fixes the PG utilities with python >>> 2.6. >>> >>> Thanks, >>> Khushboo >>> >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000f420b1056eaeb74e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, applied.

On Fri, Jun 15, 2018 at 2:55 PM, Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Hi Dave,

Please find the attached patch for PG utilities - PY 2.6.

Thanks,
Khushboo

On Fri, J= un 15, 2018 at 5:08 PM, Dave Page <dpage@pgadmin.org> wrote:=
Thanks, applied.
<= div class=3D"gmail_extra">

On Fri, Jun 15, 2018 at 12:27 PM, Khushboo Vashi <= span dir=3D"ltr"><khushboo.vashi@enterprisedb.com> wrote:
Hi,

Pl= ease find the attached patch which fixes the PG utilities with python 2.6.<= /div>

Thanks,
Khushboo



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

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




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

EnterpriseDB UK: http://www.enterprised= b.com
The Enterprise PostgreSQL Company
--000000000000f420b1056eaeb74e--