Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bQcXG-000866-GO for pgadmin-hackers@arkaria.postgresql.org; Fri, 22 Jul 2016 15:38:46 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bQcXG-0004ic-3V for pgadmin-hackers@arkaria.postgresql.org; Fri, 22 Jul 2016 15:38:46 +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 1bQcXF-0004i2-Ka for pgadmin-hackers@postgresql.org; Fri, 22 Jul 2016 15:38:45 +0000 Received: from mail-io0-x22e.google.com ([2607:f8b0:4001:c06::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bQcX8-0003zk-0E for pgadmin-hackers@postgresql.org; Fri, 22 Jul 2016 15:38:44 +0000 Received: by mail-io0-x22e.google.com with SMTP id b62so108298012iod.3 for ; Fri, 22 Jul 2016 08:38:37 -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=lxXKw+PlQv3FOeKefe1FarZe9iTIaZS/wuophUEAYK8=; b=fx1SGou10xuFNNxbG4DBBhFeO+RUH2WFmQjpX+1EC+ms9l9LFlSNIcS5I8unf9t0TX UGCRiO8S6hbqsXgUWTyTZesdN0vKv1BmRpYMAXtJTFMgj67OYx0UtNrTjBD6dZXVd13b uWNPxtC0NO2eWW4Ik67P3YDMFuDIrbVXgzUlyH97N7J0vRoDC77kM95S6yAwmsSFdyFp 7D6uYUXCJdFFb+3gFJdYUhqKSEPguwmrPAjtEIJITIWL121bzthr/l1mxvBAvGanNa+U tK8ARtiW7cMCaU3+G9dRjk93ZoNIE0YdOZUMkkkk1+nr+AP/YshA6DmZzYh83GJIEfqN SDRw== 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=lxXKw+PlQv3FOeKefe1FarZe9iTIaZS/wuophUEAYK8=; b=m1FHWiZL8d1jhP0PZDjCU9o+DrbS1UUXVrbyhKkmOwNAi1PkHUEroQmX6aIeUAjMZU jmxSYsJ4JuyloCQCZiTsAaXB2wECH45/FARxVfxn1LmEjsEdUQR/QRu65oKBZGhTgjCl GjAB3pwk+6m+/MopAKrSzfcxc/3NSXY05KKZ2nN2tPSgfpbrf+63vHY5kDm8YkfXEGcO FAkDZjrQRl13hh4fCFgRjV8z7UHTuIPgJRAd5HVSJe5F6vplMp+ZibovZVzZAhVkckkc R4yGoCZ9VlOFA5FV3oqt9g2coO5/N6sXMUrRX9lrgyWX0IkwuhTWCX8T1811IpfrAATm Kl8w== X-Gm-Message-State: AEkoouvhkNxWj7u5k+UZ32KQyD0o+R/kqQPTKG7JzoGMmNcagtFPylNh7Ow2lXcx4MPmd6Y91RLPrpBFYIVg3g== X-Received: by 10.107.183.85 with SMTP id h82mr5470376iof.63.1469201917111; Fri, 22 Jul 2016 08:38:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.208.97 with HTTP; Fri, 22 Jul 2016 08:38:36 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 22 Jul 2016 16:38:36 +0100 Message-ID: Subject: Re: Re: [pgAdmin4][Patch]: RM#1293 - SQL pane is not displaying GRANT queries in Function, Procedure and Trigger node To: Harshal Dhumal Cc: Surinder Kumar , 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, applied. On Fri, Jul 22, 2016 at 8:56 AM, Harshal Dhumal wrote: > Hi, > > PFA rebased patch for RM1293 and RM1294. > > -- > Harshal Dhumal > Software Engineer > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > On Mon, Jun 6, 2016 at 7:17 PM, Surinder Kumar > wrote: >> >> Hi, >> >> Please find updated patch: >> Issue: Code changes are not consistent with the present code in >> functions/__init__.py, like don't rename variable func_def to func_defintion >> until it is required. >> Review comment given by Ashesh personally. >> >> Please review. >> >> On Fri, Jun 3, 2016 at 3:31 PM, Surinder Kumar >> wrote: >>> >>> Hi, >>> >>> Please find attached patch for: >>> 1. RM#1293 - SQL pane is not displaying GRANT queries in functions node >>> 2. RM#1294 - Comments are not visible in sql pane for trigger functions >>> and functions >>> >>> Explanation: >>> Previously we we using 'get_defintion.sql' template to generate SQL for >>> SQL pane for functions, procedure & trigger functions node. >>> but GRANT statements and COMMENTS changes were missing. In order to fix >>> that, now we have used both 'create.sql' and 'get_definition.sql' templates >>> to generate full SQL query >>> for SQL pane. >>> >>> Please review. >>> >>> On Thu, Jun 2, 2016 at 7:32 PM, Surinder Kumar >>> wrote: >>>> >>>> Please ignore this patch. I will send another patch. >>>> >>>> On Thu, Jun 2, 2016 at 7:25 PM, Surinder Kumar >>>> wrote: >>>>> >>>>> Hi, >>>>> >>>>> Please find attached patch for RM#1293. >>>>> Add support to display GRANT privilege query in SQL Pane. >>>>> >>>>> Please review. >>>>> >>>>> Thanks, >>>>> Surinder Kumar >>>> >>>> >>> >> >> >> >> -- >> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> To make changes to your subscription: >> http://www.postgresql.org/mailpref/pgadmin-hackers >> > > > > -- > 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