Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bn572-0004rl-NK for pgadmin-hackers@arkaria.postgresql.org; Thu, 22 Sep 2016 14:36:32 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bn572-00050R-AO for pgadmin-hackers@arkaria.postgresql.org; Thu, 22 Sep 2016 14:36:32 +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.84_2) (envelope-from ) id 1bn56o-0004TO-3R for pgadmin-hackers@postgresql.org; Thu, 22 Sep 2016 14:36:18 +0000 Received: from mail-io0-x22c.google.com ([2607:f8b0:4001:c06::22c]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bn56k-0003WA-Mx for pgadmin-hackers@postgresql.org; Thu, 22 Sep 2016 14:36:16 +0000 Received: by mail-io0-x22c.google.com with SMTP id r145so87654247ior.0 for ; Thu, 22 Sep 2016 07:36: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=dRBiE1L5G2iD47ShiDX5Acy8aAfLGYKR5caB8b6Scpc=; b=voCFX3KH6khMNNNR8uDwmnsZWdfe1+RkWvGbZaweZqFyFfHTvjHdc3mnL0smsNfE+P CYRXs23V2+DL6G7LdkGTpdfBlgmw57JgSZkm9DaPYkX0vV+d8H/HtfkHViAsZmtGhKsA H6B8BW1lDpa12Ibxs/8A0Q+nDucEf4rt4/UbJIRqllch6nOWzYKyuyYDHjHDhl7cVV7T cEG23ajO+zuoTk03o5ZJbAealwN/LE3Ma/WP4X4AYeNlLlqdyxv0967Qfo3waMygkjL7 lF8xOfOQjB4FptY9u2VNOOfMwpuJRDVrHr0Iyk0ZH7/ICzGAM9UkYvmfn9qAj4KoVvB6 ijlw== 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=dRBiE1L5G2iD47ShiDX5Acy8aAfLGYKR5caB8b6Scpc=; b=ECUGvjS/D1097c8XgtskTeluQM680HNoGMkON6huWf2eMZ6SFQ/tZDGleZ4NMLgHxG 3lPAvoM2m8dy2E7X5HXKALzbkvBaiNqdX617v1VKMhKbP+zOatUeTdIg26M7oqkabgG8 ku6SeqHKCRU1XpFtTdVNKDNfB3Lfk3w9TY+QiDlMQVFhmaq0CsWIiKcCQhhR4gAHAdZL eKFMfO9wikLDU/cEEJ00HgFWA1YxBTp0lnSsyv4gRo/3zCcePdPsjSMcvECwv1w4rjz/ s+qApYEcQEorkoJlK3s96SeMOY7yrWMeYI6774Ewscro+dL5D2+dYmaRaL8IpP2Kpe1x hNpw== X-Gm-Message-State: AA6/9RlRGV1Tkbj5vu2/02tKF3x+lZqKyurGbtKzRclu9ScnvQV/Na3rt+7e5uMp02ENJVa7Wv8XH3Vw+tdmig== X-Received: by 10.107.53.206 with SMTP id k75mr2972279ioo.195.1474554973215; Thu, 22 Sep 2016 07:36:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Thu, 22 Sep 2016 07:36:12 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Thu, 22 Sep 2016 15:36:12 +0100 Message-ID: Subject: Re: PATCH: Adding support of Package in synonym (pgAdmin4) To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 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 OK - I've logged it here: https://redmine.postgresql.org/issues/1728 That just became our second highest priority issue! On Thu, Sep 22, 2016 at 3:09 PM, Murtuza Zabuawala wrote: > 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 > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: 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