Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bsT1F-0001VI-EF for pgadmin-hackers@arkaria.postgresql.org; Fri, 07 Oct 2016 11:08:49 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bsT1F-0004eg-17 for pgadmin-hackers@arkaria.postgresql.org; Fri, 07 Oct 2016 11:08:49 +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 1bsT11-0004CU-6n for pgadmin-hackers@postgresql.org; Fri, 07 Oct 2016 11:08:35 +0000 Received: from mail-io0-x22f.google.com ([2607:f8b0:4001:c06::22f]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bsT0y-0004Lb-P9 for pgadmin-hackers@postgresql.org; Fri, 07 Oct 2016 11:08:34 +0000 Received: by mail-io0-x22f.google.com with SMTP id i202so43383933ioi.2 for ; Fri, 07 Oct 2016 04:08:32 -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=h7LdAdoWyJO65FDsVeD8kNPSU2N/DxmgQLETSRo8Nxs=; b=dqr8xFaPW/QLQb1VC+acVTPmeWFsyM8k7YeiQWguCP294qqRtGda5EexxLIQnUejp0 AvwklUZhyvVE7M2lH85YJDPPvie5qxIO6Mq3qdel9s0aWM+5eEPJPogv65OSLB9tJ6I5 ckfM6tYGePifXclBNlttwh2BoWAZdPFHFIrI1I4jk41P5nmB4HQWbPrEmZ42HmLqS2Ps zcnfb8aHmvZ8CmLV5g1YXcd8LsSWY/U4hqKcpek4thnImpF91QbWWsjufgSkkmuDKsQQ +v2x3dHzXugta1X21uC3jZV0D1BEx44HbGTEJv+yfrskmyV9Q/H9vtZSukJomwggpIIQ uBRQ== 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=h7LdAdoWyJO65FDsVeD8kNPSU2N/DxmgQLETSRo8Nxs=; b=TlEChzsQdy1NR90QErxVOVizqne1jsIuX4pgXyU5ztW4MAUhauFqcxo04vk9ZzmMm7 744Xr9G1GDiSKrA/dhE9rS2ieTgrxceEB+f9Ad75wSbxQQJtOlaEZySTHyjfZsrPF0wN YL21cYmHT0bV9vtkdEOAhIgxb/THXAJAt79Ox1nA2R4pZeob1PDkGE1JOKH3Se9R3yal GTBwoMDJWl8FdLY3xFiNKrQoS7olMriVpH24Nnmh3F9KOzFo72JQFxqPFIFnPytJY0rj F8PESeb/UAp8Bcg9WxR0qcdwLeEAXR1EoFloEStdqd7L/pUS8SREiGdeUQYp8vKr+FO/ UJmA== X-Gm-Message-State: AA6/9RnAzpn2WqN5LJtfQwz73x7le1R5mm7sBPXof81u/AO8Iqs77QQWf5wOurSCUnJVKNNAdm3+CdzXERr9pg== X-Received: by 10.107.28.148 with SMTP id c142mr18940765ioc.45.1475838511872; Fri, 07 Oct 2016 04:08:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Fri, 7 Oct 2016 04:08:28 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 7 Oct 2016 12:08:28 +0100 Message-ID: Subject: Re: PATCH: To fix issue in synonym node (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 Thanks, patch applied. On Thu, Oct 6, 2016 at 10:42 AM, Murtuza Zabuawala wrote: > Hi Dave, > > The issue you mentioned is different issue and not related to synonyms node. > I will create separate ticket & work on it mean while you can commit changes > for RM#1611 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Wed, Oct 5, 2016 at 6:53 PM, Dave Page wrote: >> >> Hi >> >> I created a synonym from within the "dave" schema, but selected >> "public" (which wasn't expanded), and it placed the synonym as a >> direct child of "public". See the attached screenshot. >> >> On Wed, Oct 5, 2016 at 1:28 PM, Murtuza Zabuawala >> wrote: >> > Hi Dave, >> > >> > PFA updated patch, Added schema filter in sql. >> > Please review. >> > >> > -- >> > Regards, >> > Murtuza Zabuawala >> > EnterpriseDB: http://www.enterprisedb.com >> > The Enterprise PostgreSQL Company >> > >> > On Wed, Oct 5, 2016 at 5:38 PM, Dave Page wrote: >> >> >> >> Hi >> >> >> >> On Wed, Oct 5, 2016 at 9:53 AM, Murtuza Zabuawala >> >> wrote: >> >> > Hi, >> >> > >> >> > PFA patch to fix the issue in synonym node, where it was not horning >> >> > parent >> >> > node while creating in different node, issue was that we were not >> >> > sending >> >> > node properly. >> >> > RM#1611 >> >> >> >> That doesn't seem like a reliable way to get the correct parent ID - >> >> what if there are multiple synonyms in different schemas but with the >> >> same name? >> >> >> >> -- >> >> 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 > > -- 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