Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aGPc1-0005o0-So for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Jan 2016 11:17:14 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aGPc1-0003SU-EK for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Jan 2016 11:17:13 +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 1aGPc0-0003SJ-R3 for pgadmin-hackers@postgresql.org; Tue, 05 Jan 2016 11:17:12 +0000 Received: from mail-io0-x229.google.com ([2607:f8b0:4001:c06::229]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aGPbx-00056m-JG for pgadmin-hackers@postgresql.org; Tue, 05 Jan 2016 11:17:11 +0000 Received: by mail-io0-x229.google.com with SMTP id 77so152698736ioc.2 for ; Tue, 05 Jan 2016 03:17:09 -0800 (PST) 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:content-type; bh=v0P1z9YCDXBwnBAoX5L0CGicvfKo8E8r36draSMgsuY=; b=YKohaetSmh/ZUmsl/9pVrNUL60V47ZHPq3SfWmM9ali4TNO5/RcCmknrY7py79b5fr JxvkaZA7HgneeRmzLUwooojR7vg3Qu1FFiwOkk9GZrvtSub0gT6vCE6cLEr9pC077eZg pou1UtF9VJp7WosDcDNWPW1sx0Ki2dH0xwn3gVjfcgUC2+oD+lLhpXIFYhC6WOiWt7nI BxiLLvXOppcL4ybOEk2uAsNJAa5QCXRl9A6O6OctvSDP9/ssMgx60m6qQvJkNy//DimS pK/a6VYbCpTSouR/GJRrQLWTGaFDjsMxzcTxLm34ZyAHCFCQdV+dTAMF+TAu5+ilyilO U80w== 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:content-type; bh=v0P1z9YCDXBwnBAoX5L0CGicvfKo8E8r36draSMgsuY=; b=UJ+TodYKhJEPptjt+iJc/wq3xNG0Ptjbl52uU5UmGsMCBErPz0XJUNHBJFLLCt0z7V zudwTxysmT6gi6T2AotSxUyqWUqNo0nTG66lhr81bPrJ+DGQxjkmfu5HCYdgKl+tjexr IMfAexs6hrZvrLUxJdd+TE6R9hTMNmYZmek9kX5zSf34dc9XNtEghjcQIAeNGE7CvNs2 vXFpBL9HDBMRDmWYNSnMwx7/EEW/5ufyKYMqa+bJX6PKEA4pYs1B3mVVE/1rx0iBBuZb ytqwIq2Zh7GGZylbkmMCzZacXKpOQb6plXLj0N29qQ0QbfXIrl36jOVAeIbNhNbC5Gf0 pc8g== X-Gm-Message-State: ALoCoQlrkScTd6bpXdknnrr0J6O21Gm8nre1Ghx0oZoHV9trDL7VjjROBLZXgDcI84dx0cjAGwZ3duVA63NbfWYL0pp05OjDhg== MIME-Version: 1.0 X-Received: by 10.107.43.17 with SMTP id r17mr84680514ior.156.1451992628559; Tue, 05 Jan 2016 03:17:08 -0800 (PST) Received: by 10.64.0.195 with HTTP; Tue, 5 Jan 2016 03:17:08 -0800 (PST) In-Reply-To: <568BA29D.2070305@yandex.ru> References: <568BA29D.2070305@yandex.ru> Date: Tue, 5 Jan 2016 11:17:08 +0000 Message-ID: Subject: Re: pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390 From: Dave Page To: Nikolai Zhubr Cc: pgadmin-hackers , Neel Patel 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 Neel, can you look at this please? Thanks. On Tue, Jan 5, 2016 at 11:01 AM, Nikolai Zhubr wrote: > Hi all, > > Running 1.22-rc1 now I observe that this commit has apparently still not > solved the issue in at least one place. That is: > > - "RETURNS SETOF record" is correctly displayed in SQL panel now. > > - "RETURNS SETOF SETOF record" is still erroneously displayed under SQL tab > within the properties window (effectively preventing set-returning function > to be changed in any way through the properties window). > > > Thank you, > Nikolai > > 12.10.2015 5:33, Ashesh Vashi: >> >> As per commit:600daf650bd5e50e664c4ece2e53e95446390b6d, we now use >> pg_get_function_result(..) function to identify the return type of the >> function, hence - we don't need to add SETOF keyword explicitly, when a >> function returns set of records. >> >> Branch >> ------ >> master >> >> Details >> ------- >> >> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9d7596dc552cf9315d4aa83eafe19db1acf7e531 >> >> Modified Files >> -------------- >> pgadmin/schema/pgFunction.cpp | 2 -- >> 1 file changed, 2 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 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers