Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bhdJX-0003Oh-D2 for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Sep 2016 13:54:55 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bhdJW-00082e-TJ for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Sep 2016 13:54:54 +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 1bhdJJ-0007YX-Ju for pgadmin-hackers@postgresql.org; Wed, 07 Sep 2016 13:54:41 +0000 Received: from mail-it0-x230.google.com ([2607:f8b0:4001:c0b::230]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bhdJG-0005IS-QL for pgadmin-hackers@postgresql.org; Wed, 07 Sep 2016 13:54:40 +0000 Received: by mail-it0-x230.google.com with SMTP id e124so197763525ith.0 for ; Wed, 07 Sep 2016 06:54:38 -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=7uLJK9KkTMrcaPLviR0+f5oG6w06VvXFql4pySt3btM=; b=QTkGYEyyJyBPUUqcRXfdP2uaRhMMt9qlSmhAy551oYhDvD5EFF7U+YrGgWihbY7RDn DwuHp4A5QLx8dvg4outR61bXFLIU0sThaLsFNha7qR4lt4RQJZx4NX8cMelfVwJXaRXP Ez3+go5R7ObFg/mbfhuRCLTm7t81bEfmkhhtwc0tbbjj9z9H3VaU9X/o0blQVpOFrREs kkM85irD9nDnhrE9JAFX6XwDaZIPWacSYunBRbOWXsqqXvVq1iBXMaUp8yDC0WsGQOG0 VqRezWdCtoHjtoHm4MqOssT/yFC+3S6Swt2VhaQZHi4i8tJYtgxKOrf/BJxpBMwlDoib z6ig== 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=7uLJK9KkTMrcaPLviR0+f5oG6w06VvXFql4pySt3btM=; b=ES2Ttqv+VWOBeyQ49lrag/KR2bXxgOuEo7J14kAgU9G/xAAZ1h7k2VfufqsuLDFh2W xnsvQN34rjWNMntAWrzQ7WuklpLZsY7Z952SZWp/WYYEmCoYFl+RoJpG4uUmua+WM0F5 zlA5ibVPF85nKaWfaw0RWwrokfF3OZV5PYaGqEUsxfcbpBgFcoZzjUJIcGX7uWkeF1dF GVTJDNIEIKPBPbwxC1E2peq3fypiLxl3drrsmf8pW3sA9uafr9rA9+cChE3rjZSapYwn soexKSkJxBGHla5d9CpHCR4k38MingB362DkXVePbByI75WmKnE5BfLTQ4/SRy08tSc7 6PUw== X-Gm-Message-State: AE9vXwPieEcUc3J+Qy8qi51x4fEptShZBXcn4IoSq2Pl99eBU1MrWsbZ1cDWxD1w1WW/4//RXPuRoofSGOxkHw== X-Received: by 10.36.129.193 with SMTP id q184mr6329627itd.35.1473256477764; Wed, 07 Sep 2016 06:54:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Wed, 7 Sep 2016 06:54:37 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 7 Sep 2016 14:54:37 +0100 Message-ID: Subject: Re: PATCH: wrong sql in function 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, applied. On Wed, Sep 7, 2016 at 2:27 PM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix an issue where function node displaying wrong SQL for a > function returning a SETOF record, the display is wrong: > > it displays: > RETURNS SETOF "SETOF record" > > instead of > RETURNS SETOF record > > RM#1631 > > -- > 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