Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1anSn2-00049k-Oo for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Apr 2016 15:21:12 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1anSn2-0004vV-BX for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Apr 2016 15:21:12 +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 1anSmo-0004gt-St for pgadmin-hackers@postgresql.org; Tue, 05 Apr 2016 15:20:59 +0000 Received: from mail-ig0-x22e.google.com ([2607:f8b0:4001:c05::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1anSmk-0003Uv-UC for pgadmin-hackers@postgresql.org; Tue, 05 Apr 2016 15:20:57 +0000 Received: by mail-ig0-x22e.google.com with SMTP id f1so108973513igr.1 for ; Tue, 05 Apr 2016 08:20:54 -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:date:message-id:subject:from:to :cc; bh=iDfBBTErcJwsurA4rVa7p9Ww6T52ZcNgw3H4UnKE80U=; b=gCG4XQIeNBexTkWaWBAWDIF6xKf83vymRXGwXEPIG5i88fxW23G9Zfvvv2fPzhTkxg WBpVZHxvy/y4wGtefD8Fguzniw1FXFjW0qwA6y+F7fcU7d0Oj/g8xknTnwOlmGkg8A/K xyPE1wskEKfXFi5ey2VzKvOIY3b2PJfwNEqSovbI+8wzB8HcMj7ti6iZxQAf7pFcclM+ ZAGIyU/8p2nXFJLj/76YM4K3weNwkuzw4H2GiCGfRArKDt0cS8KhDKNWplwIH6plxo4F veNDDeW+geMfA6zzzd8QRURoaFcmU4YRAMgnhSFWB1L3kMuuVipg7e7DAgoNnb3sS32K 6YGQ== 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:date :message-id:subject:from:to:cc; bh=iDfBBTErcJwsurA4rVa7p9Ww6T52ZcNgw3H4UnKE80U=; b=IbV069U8y1ZjiW+SPzojIegJGnPGkRPTBARn5j5t/AbFEr5MS5DwfDU92g3o0Ld8pm Yiv9BoaE4m+24J8mVzGF7v65S87ghygqs6qu4WVq2S2yTr7i6XUjEM0CJ+dwX0k5KscT 0jN5ZpF+s8UkYyVOv6z1/K5ji/Cnq281iDNw/NGvfSjT+r6/EqlpAGluRQEYGrNfaIUu frqGHz/5QT5fQtLDO0wZHZ7SmKI77zV6YQ58nOe/279Yhcoc1AhIoWEtH4GqtkWsadFh OCS4KsNn3+rQV6GITj3302yT6zXnjz/asJeI3H37Yda4N7gBOlD0rFaeeb08SVT++uBU XaRA== X-Gm-Message-State: AD7BkJKKh0zOxGGayhDxiCt+N01Rho11QFRI4WKYZ70Twl2DyHHCWLzwyne/p54T84W+yEOKINe3GslI6ZHUcw== MIME-Version: 1.0 X-Received: by 10.50.59.210 with SMTP id b18mr18304817igr.11.1459869653327; Tue, 05 Apr 2016 08:20:53 -0700 (PDT) Received: by 10.64.105.131 with HTTP; Tue, 5 Apr 2016 08:20:53 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Apr 2016 16:20:53 +0100 Message-ID: Subject: Re: [pgAdmin4] PATCH: Added Utility functions for triggers node and rules node From: Dave Page To: Surinder Kumar 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 - committed. On Wed, Mar 23, 2016 at 3:43 PM, Surinder Kumar wrote: > Hi, > > Trigger and Rules nodes have functions which are also used by view node. > View node use them while generating reverse engineering SQL for respective > nodes. > so they are moved into schema/utils.py > > > Please review the patch. > > > 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 > -- 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