Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bn4hU-0003cW-6Z for pgadmin-hackers@arkaria.postgresql.org; Thu, 22 Sep 2016 14:10:08 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bn4hT-0004S4-L4 for pgadmin-hackers@arkaria.postgresql.org; Thu, 22 Sep 2016 14:10: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.84_2) (envelope-from ) id 1bn4hT-0004Rs-8d for pgadmin-hackers@postgresql.org; Thu, 22 Sep 2016 14:10:07 +0000 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bn4hO-0005nC-IL for pgadmin-hackers@postgresql.org; Thu, 22 Sep 2016 14:10:06 +0000 Received: by mail-qk0-x235.google.com with SMTP id z190so76963801qkc.3 for ; Thu, 22 Sep 2016 07:10:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=imukbUgTXWdIzF3/8BqrUZupgcgdVIcgDo9EOhCNfCQ=; b=VtS8p5KvOSqr501YI1AJNoq6W8zJJwtkquYBqzdQuye2oK01WVZ6QQdPZ20JUcMcue 2/RAxY58Yewnc5Ef0Z5bb7hW2O4+MK4thTKWimtgKJCCrqLhwRVRt55EAFHM1OOnlntT AwMILVWP7MEJqnWXMQjeBA4l0nkLkI51UWkGXr5WJ0Z71Q4OAqfMp1DO7bikjFIymrmr 53S77Fxw8AGp+Ggql8M+owT2iHsbwPHASJxT1gWlZvGP9UCQ73ewUPy5Xyfl0Dj2o9JA WYg73dlJ+ikW2hkid0aSdunKeTr3yeDREQ06YX8Ca71xm2aKHQ/Gse7e20xNEK+LyEeH tsrA== 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=imukbUgTXWdIzF3/8BqrUZupgcgdVIcgDo9EOhCNfCQ=; b=aKSbEanNbmYNZTUK/fTHmn8IJvj0r296Y6Um2mNXLfLNJf3DhpqRHbeTRBh/E6NP2i rQIFLsDPsaV+39I3tMtQYcvFXed1eMZkL/yGgr17SeGSyoVYqB+5ZRmMUmRlMJLPoE5J qJTnGX1SfgM5nnfAqsht7aei44sbzDu9C3yXCyR0mCgm/QyowABpFYo06jcEZV98NX5v z3F9pZ7BCRMpYRm0IcdGFjTDztqfTxby3ijRi0DXfbz1fSA5Jcv6xxc6p+UGpDeV4wHV KAe7cjXDZiTFc7bKkeuiME2+2UURhDTCkklhriunDZ7we5Vo5FwFbQomZDL+HcEReryk hWCA== X-Gm-Message-State: AA6/9RnTlQJ1sY+uXUc3Saotd3U2t1wMWTMI/L4f3CW9uGRWc/kz3LtwIyGfA4kcimEEoHrRiBiSF8VpUvXpI6BJ X-Received: by 10.55.145.197 with SMTP id t188mr2179159qkd.233.1474553400986; Thu, 22 Sep 2016 07:10:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.129.194 with HTTP; Thu, 22 Sep 2016 07:09:40 -0700 (PDT) In-Reply-To: References: From: Murtuza Zabuawala Date: Thu, 22 Sep 2016 19:39:40 +0530 Message-ID: Subject: Re: PATCH: Adding support of Package in synonym (pgAdmin4) To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=94eb2c08340aab79a1053d1937d0 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 --94eb2c08340aab79a1053d1937d0 Content-Type: text/plain; charset=UTF-8 Yes, I can. Seems like it got broken after we have made changes for sorting nodes. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Sep 22, 2016 at 7:27 PM, Dave Page wrote: > Thanks - committed. I noticed while testing that if I update a synonym > (I was changing the target package), the properties list doesn't seem > to auto-refresh when I hit OK on the dialogue. Can you reproduce that? > > On Thu, Sep 22, 2016 at 2:08 PM, Murtuza Zabuawala > wrote: > > Hi, > > > > PFA patch to add support for creating synonym for Packages. > > RM#1611 > > > > -- > > Regards, > > Murtuza Zabuawala > > EnterpriseDB: http://www.enterprisedb.com > > The Enterprise PostgreSQL Company > > > > > > -- > > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > > To make changes to your subscription: > > http://www.postgresql.org/mailpref/pgadmin-hackers > > > > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --94eb2c08340aab79a1053d1937d0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes, I can.

Seems like it got broken af= ter we have made changes for sorting nodes.

--
<= font color=3D"#888888">Murtuza Zabuawala
EnterpriseDB:=C2=A0<= a href=3D"http://www.enterprisedb.com/" rel=3D"noreferrer" style=3D"color:r= gb(17,85,204)" target=3D"_blank">http://www.enterprisedb.com
The Ente= rprise PostgreSQL Company

On Thu, Sep 22, 2016 at 7:27 PM, Dave Page <= span dir=3D"ltr"><dpage@pgadmin.org> wrote:
= Thanks - committed. I noticed while testing that if I update a synonym
(I was changing the target package), the properties list doesn't seem to auto-refresh when I hit OK on the dialogue. Can you reproduce that?

On Thu, Sep 22, 2016 at 2:08 PM, Murtuza Zabuawala
<murtuza.zabuawala= @enterprisedb.com> wrote:
> Hi,
>
> PFA patch to add support for creating synonym for Packages.
> RM#1611
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadm= in-hackers
>



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

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

--94eb2c08340aab79a1053d1937d0--