Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hqfOe-0003aP-7a for pgadmin-hackers@arkaria.postgresql.org; Thu, 25 Jul 2019 15:11:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hqfOd-0007uB-1s for pgadmin-hackers@arkaria.postgresql.org; Thu, 25 Jul 2019 15:11:07 +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_SHA1:256) (Exim 4.89) (envelope-from ) id 1hqfOc-0007pu-I7 for pgadmin-hackers@lists.postgresql.org; Thu, 25 Jul 2019 15:11:06 +0000 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hqfOZ-0002He-Ra for pgadmin-hackers@postgresql.org; Thu, 25 Jul 2019 15:11:06 +0000 Received: by mail-wr1-x441.google.com with SMTP id g17so51200678wrr.5 for ; Thu, 25 Jul 2019 08:11:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DI+O6ykJLI+P1MxRnJY+VLO3Esb8LuEBllTVkilnDsg=; b=PZ6o+yVilTwT8QutBc4U64G4G35sBY285Hr3cnmXRFEgvgG1HxrlL0+iZFBrlMwGIP r8nVuJFpOKvy/orT+NAeVs++N+wnqdPlTITjoqhAg30Zva/z3oQgIPEAyzYimggpFsWX /cFh9pay7fH+/40vk0unEBdE/adaLcsPU1dHJvJbuUK5YfjFJWXXbQT5PTKvtUirm5s2 51RUhxEXVnRH9wHItB4xeKXIec0dhvikZaXPepRNAftdQOATjL+enVZU5oHRh50pMyGC lLJ4/3VlLplu+BafE6YPmwcYPL+IMdn6dbr/+CIordOzHc0Ebe7qyjvDyKQcWg8HFxF9 Cbsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DI+O6ykJLI+P1MxRnJY+VLO3Esb8LuEBllTVkilnDsg=; b=K4GSpjaBO1XsjCbSYO7rANksotWC9THhtMSfHzWFMdZHf+QU9jOfTqvMZ6T+7hQFkL w9nKOyHz06B3U6tivqCwrIMnGcRu9xNgkd8wDpVDvQ3wGxXYmY/DKcu6HOOo2vdr9sp0 D+BbPXJEk7w29Zu00vpjRMQyTUHG/v1CELLJuzFuHfEo6BNHfeIxOxzi9PE4E7fgwL/o NK9zsxhXqk1JpSkxB1Y631fzNLZn+MczAgigot5azq63IJAfLHT/b2W6y+F8jMlgdnmC 8d3i8cDwBr/D/v32R8P9QhHvlUSN/nCyvIXVfSxyGeGX8NjAvC/+v29q56x0QzZwig9B HfgQ== X-Gm-Message-State: APjAAAWuqRUTiplGOdJIodrN25QeVH/YeajlNfTM8vEQaqeXxChxlTQK HefgI0EG5tny0Cw67etQkXSa0QMahMn1a9ebKzTwGA== X-Google-Smtp-Source: APXvYqxNboekL//IVoU7ZVB0mO1lcwXWco01MQhUKO48xRaOOLvzGG4IHoI97QwvY+zQLf76CdMnQ1aTW/3zKLefpB4= X-Received: by 2002:a5d:6ccd:: with SMTP id c13mr92612336wrc.4.1564067462560; Thu, 25 Jul 2019 08:11:02 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 25 Jul 2019 16:10:48 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM #4333 - Add support for function selectivity. To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000082dbfc058e82d5e0" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000082dbfc058e82d5e0 Content-Type: text/plain; charset="UTF-8" Thanks, applied! On Tue, Jul 23, 2019 at 6:35 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi Dave, > > Please find the attached updated patch. > > On Mon, Jul 22, 2019 at 2:07 PM Dave Page wrote: > >> Hi >> >> In the Trigger and Type dialogues when selecting a function we give a >> combo box listing all the functions in the database that match the required >> signature. Can't we do this here as well? >> >> Done. > > Thanks, > Khushboo > >> On Fri, Jul 19, 2019 at 9:54 AM Khushboo Vashi < >> khushboo.vashi@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attached patch for the RM #4333 - [PG v12] Add support >>> for function selectivity. >>> >>> The patch includes: >>> - Support Function implementation for PG/EPAS 12 >>> - Documentation updates >>> - API Test cases >>> >>> Thanks, >>> Khushboo >>> >>> >>> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --00000000000082dbfc058e82d5e0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, applied!

On Tue, Jul 23, 2019 at 6:35 AM Khushboo V= ashi <khushboo.vashi@= enterprisedb.com> wrote:
Hi Dave,

Ple= ase find the attached updated patch.

On Mon, Jul 22, 2019 at 2:07 PM Dave Pa= ge <dpage@pgadmin= .org> wrote:
Hi

In the Trigger and Type dialogues when selecting a function we give a= combo box listing all the functions in the database that match the require= d signature. Can't we do this here as well?

Done.

Thanks,
Khushboo=C2=A0
=
On Fri, Jul 19, 20= 19 at 9:54 AM Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
= Hi,

Please find the attached patch for= the RM #4333 -=C2=A0[PG v12] Add support for function selectivity.
<= div>
= The patch includes:
- Support Function implementation for PG/EPAS 12
- Documentation updates
- API Test cases

Thanks,<= /div>
Khu= shboo




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

Enterpr= iseDB UK: http://= www.enterprisedb.com
The Enterprise PostgreSQL Company


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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--00000000000082dbfc058e82d5e0--