Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aHAJz-0000y3-34 for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Jan 2016 13:09:43 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aHAJy-0006HE-Lo for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Jan 2016 13:09:42 +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) (envelope-from ) id 1aHAJy-0006H8-7i for pgadmin-hackers@postgresql.org; Thu, 07 Jan 2016 13:09:42 +0000 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aHAJr-0001dC-Sh for pgadmin-hackers@postgresql.org; Thu, 07 Jan 2016 13:09:41 +0000 Received: by mail-lb0-x229.google.com with SMTP id oh2so207369595lbb.3 for ; Thu, 07 Jan 2016 05:09:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ZR0XuFDRzoErtdW0Q2xqp6ShbmrFxH+JkFFMbuz/Yvs=; b=jim9/de65p+NmN5n1hwCh3/LdnOwf85DGQaVdbNPBK+01lcnAgoxAcWeYzSw2QvgFH XrRfU7YHh1SZut66qF+5ksUHy30cq24t3yNjH4FBZFYTqlrAZrPGKs2YOQEOVIz7iTu6 KL8FyuZzpe9E+xQ4w8je/Vrv91FtvVH34LU45364B7ao/i+CN7Js4bEta36Vl/BydhzC 7neJ3eBFqH3jLJWL+OtjRmaCyvVP3pf/10Py4/mb9Vp+pw/PJgJXP3FJSikAzkqJp98j WKsouM8litz4b2/pF8Pd7FQksIjJVRwI7+vajztCfXmhutvpzpiuSczO+98G7n/XLKmY ObAw== 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:content-type; bh=ZR0XuFDRzoErtdW0Q2xqp6ShbmrFxH+JkFFMbuz/Yvs=; b=Ymo8EoIbklZBQHbOFsqf6uvReZTx8T2zG9Tia/PtwBHr4MA2GwYsTBSYpjr84SlzwW gjSrrJwbCoqT6MpDlMUx98OU3k4+vPzQY4sJav0uYvg2H5ZbzmQShRUGLL3ozWioo8g2 PHKfBczwr25wU9VBlKzNIzeYgePp3nvVTaRlpZSkeVTYIbW9DI4f5QTVZTxyUUNa68QF 5ZV2EjcuU4A+y6tdTY9rcU3EbhW/k7RoqswQmAape6xkmnQisAnuA0PmKHoQyrdR37Gj FdRl1eyVKaFfATZzmN9sQQmIOqrYdmPn29PDEQp3USpuJyBhxWNGJML6iDiOlIIg2/9x KVSQ== X-Gm-Message-State: ALoCoQmv7oNxFKX/p2+8IAeK7+SW5rufhOovTsSqI/HDwH+/38Iz3/lQMsCpq5Z9jPu3wa3J4GZrlPsVPn8WoVfqQPaCUlF7Y/6fjGqDO+LjIaTRs0TkHcE= X-Received: by 10.112.13.193 with SMTP id j1mr5269318lbc.24.1452172173939; Thu, 07 Jan 2016 05:09:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.198.5 with HTTP; Thu, 7 Jan 2016 05:09:13 -0800 (PST) In-Reply-To: References: From: Ashesh Vashi Date: Thu, 7 Jan 2016 18:39:13 +0530 Message-ID: Subject: Re: pgAdmin III commit: Showing 'SETOF' two times in function properties di To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a11c3195c94b26d0528be2efc X-Pg-Spam-Score: -1.9 (-) 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 --001a11c3195c94b26d0528be2efc Content-Type: text/plain; charset=UTF-8 Yes. I will do. Thanks -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Thu, Jan 7, 2016 at 6:38 PM, Dave Page wrote: > Should this be cherry-picked to the 1.22 branch? > > On Thu, Jan 7, 2016 at 12:54 PM, Ashesh Vashi > wrote: > > Showing 'SETOF' two times in function properties dialog, when 'chkSetof' > is set to true. > > > > Branch > > ------ > > master > > > > Details > > ------- > > > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a8bbb043a87be341004e2af99cacf0ca77b4f6df > > Author: Neel Patel > > > > Modified Files > > -------------- > > pgadmin/dlg/dlgFunction.cpp | 3 --- > > 1 file changed, 3 deletions(-) > > > > > > -- > > 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 > --001a11c3195c94b26d0528be2efc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes.
I will do.
Thanks

--

<= span style=3D"font-family:courier new,monospace">Thanks & Regards,

Ash= esh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company

<= br>

<= a href=3D"http://www.linkedin.com/in/asheshvashi" target=3D"_blank">http= ://www.linkedin.com/in/asheshvashi


On Thu, Jan 7, 2016 at 6:38 PM, Dave Page <= dpage@pgadmin.org> wrote:
S= hould this be cherry-picked to the 1.22 branch?

On Thu, Jan 7, 2016 at 12:54 PM, Ashesh Vashi
<ashesh.vashi@enterpris= edb.com> wrote:
> Showing 'SETOF' two times in function properties dialog, when = 'chkSetof' is set to true.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/gitweb?p=3Dpgadmin3.git;a=3Dcommitd= iff;h=3Da8bbb043a87be341004e2af99cacf0ca77b4f6df
> Author: Neel Patel <= neel.patel@enterprisedb.com>
>
> Modified Files
> --------------
> pgadmin/dlg/dlgFunction.cpp | 3 ---
> 1 file changed, 3 deletions(-)
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-ha= ckers



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--001a11c3195c94b26d0528be2efc--