Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dIaGY-0000p2-TL for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Jun 2017 12:40:51 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dIaGY-00059S-G7 for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Jun 2017 12:40:50 +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 1dIaGK-0004kJ-4X for pgadmin-hackers@postgresql.org; Wed, 07 Jun 2017 12:40:36 +0000 Received: from mail-it0-x235.google.com ([2607:f8b0:4001:c0b::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dIaGH-0007la-2y for pgadmin-hackers@postgresql.org; Wed, 07 Jun 2017 12:40:35 +0000 Received: by mail-it0-x235.google.com with SMTP id r63so6050859itc.1 for ; Wed, 07 Jun 2017 05:40: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=2c7j3OYZSmLbMtBpu2kJ0agAUrGPocR6kDR/svcbLdU=; b=Lh6B5GZ/5aI/4v1xkvCSJBlolxnIoDmdhYSWYqHuSJLO5hMSH3vFkzg+D5QxFZULXH tLEEYnYOhX079k2JtL5jScHUYBjlefQe8Wu+5SUVJK42lSqgmQxzhkoGiKjHoCE89OC5 B2J+NDCQxdz8U19knYaRQ5uzd6lBh3wZIf7fboO22LhxSLeWJqyABdwVARDxTOCXh041 G9/OVuwCyLhYd/fmIaFF3qeaorHEQJhw/Vcr0Ieg5QDSInWMFtCin4K8VZsc8Cle1HZS pjI6k7UaeMgDnB80SgJSSfz7aFUU4ql0t5Q6FhcRTmkEQy9PjQF4DuIjQuWY73Lww6I+ EEjA== 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=2c7j3OYZSmLbMtBpu2kJ0agAUrGPocR6kDR/svcbLdU=; b=uXFFHxgOnhlJalqRUv24jfLyMivkQ6kzh0AEcJOMOUNklZjP6svJ4bDHNfBDNJ9iZY 3QE+4tEdWMDoR7VlSZz3rIlqyeqK3OrE3KomwuMWtm4e7IHkO5+DzNppsDwyjSIMPger hGhlgqmfnNvPdPptXZ24nWwrzuSB1OsBvTHkie1hX11iOaVCLt+K2hmW8uEe6/IfJyrR zqKFVmM6LtHPEYD1K2nTppQrVL0h8ZW99caLACqofI2bdNM+Y1TqBWpVjKvOc8rU0AzY i7WepOxiYt64f0t5BUyRNKK1UNtOWOEUw9ko01ndoEfV8s17PRtzIVNm7NdX+q6dyj7/ qu5w== X-Gm-Message-State: AODbwcBWwFmFhzvZkT1ms5K0omN/ES5rd86k4H8raCS8/uJVpqX8tqr7 kH44CPJT54bc2uxKn/7/ZnyFRddGHs1Q X-Received: by 10.36.74.3 with SMTP id k3mr1549789itb.28.1496839232267; Wed, 07 Jun 2017 05:40:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.174.147 with HTTP; Wed, 7 Jun 2017 05:40:31 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 7 Jun 2017 13:40:31 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: Fixed RM 2381 - "Create Script" for view assigns incorrect schema to trigger functions in "public" schema. To: Khushboo Vashi 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 Mon, Jun 5, 2017 at 11:26 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached patch to fix RM 2381: "Create Script" for view > assigns incorrect schema to trigger functions in "public" schema. > > Fixed the trigger function schema name in the view SQL tab. > > > Thanks, > Khushboo > > > > -- > 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 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers