Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNKfY-0006Us-Js for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Jul 2016 13:57:44 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bNKfY-0002z1-79 for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Jul 2016 13:57:44 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bNKfL-0002e1-0r for pgadmin-hackers@postgresql.org; Wed, 13 Jul 2016 13:57:31 +0000 Received: from mail-it0-x22b.google.com ([2607:f8b0:4001:c0b::22b]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bNKfG-0000ER-9T for pgadmin-hackers@postgresql.org; Wed, 13 Jul 2016 13:57:30 +0000 Received: by mail-it0-x22b.google.com with SMTP id j8so7875315itb.1 for ; Wed, 13 Jul 2016 06:57:26 -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=3nbBZjNtCt4kxreKZ9Ms3XJZu7qsP4lPnT6anS6sNtU=; b=jNF5w1ilWup57MuCH5Gu7F4CFk5PqTHu/fQ1fd4e5ha4arIUUg8dyAqgEPs5O7sRLq +BSi5v3ALt9NStCV7+JdjAIyYG2GrrrgNMa9KgxgaYSCXWOGOBSvSjkVXwQJudodzWfq ef6oR/vljymEhMh0EUIOd6QwkzfVpUqkFMGTas9VddGc8xGvdrcc5oB1cLgdtTT3SMbQ QMwk9MBYHVx1B5bT0Uq1mxzHjqhVlIvw+igcX4IwpDbvBxLOAxMTTYXqsuHybJ6lUyTo KOBjU3JoDSSwEgg+Xymlz6Y91JV1JznTixBFK5RX3M0fpaHVmad/7S7jr9DvbOBmjWOi CACg== 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=3nbBZjNtCt4kxreKZ9Ms3XJZu7qsP4lPnT6anS6sNtU=; b=cIXSPu37Qh/2tk++L6Sbl0MorkSMfMBNyWiBUFqwa+cJlJDA1MAgtpe/3Zmzb/j/mC 25Hcg7sUnjy4xkcdgagIPylCfxqGhB/a/MRcFcFGT5TP+YqCvcCoopMmRc6jqtXJ3kL5 qNLayRfSqKetHJfr43/hnTHRoPQpZxbGVffZZVHd7h2Vn5X0L5mO8rWB3mcR4G8xB+9m hYBj8F59gxSKtaucxIx3RNBQSZsDAYDJsbQed9BtmgAj2PN1bp0mubAuJ/Hp3yXrCHxb UUYtV0IsUGcCHGaY6ZvHQk00jB9xKO/fAd6AI/l6m1RgiwOu4O8ALVEPPC1w0N05Hi7L ACdQ== X-Gm-Message-State: ALyK8tJSrlGf2SK3u3Y5fyragknq6mKpRcWRAo5pM4Uuh6HvYpYwS0FK9r0S5tCaSos8V/u3bkoLBOKpWdbKBQ== X-Received: by 10.36.129.86 with SMTP id q83mr8769213itd.35.1468418244312; Wed, 13 Jul 2016 06:57:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.208.97 with HTTP; Wed, 13 Jul 2016 06:57:23 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 13 Jul 2016 14:57:23 +0100 Message-ID: Subject: Re: PATCH: Unable to create procedure (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, applied. On Tue, Jul 12, 2016 at 9:04 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fixed the issue in procedure node where user were not able to > create new procedure when they provide arguments. > (RM#1449) > > To fix the issue we used qtTypeIdent in sql template for datatype, earlier > it was qtIdent which was causing issue. > > > -- > 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 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers