Re: [pgAdmin4][Patch] - RM #4333 - Add support for function selectivity.

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch] - RM #4333 - Add support for function selectivity.
Date: 2019-07-22 08:59:32
Message-ID: CAFOhELcAOMhmvaU-E_K4zv5xEH==UDOnkn3yPNmZsmLV_B17=w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Jul 22, 2019 at 2:07 PM Dave Page <dpage(at)pgadmin(dot)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 required
> signature. Can't we do this here as well?
>
Support function should have specific arguments and return type (i.,e.
internal), and the user needs to write the code for that function in the C.
So, what should we consider here?

> On Fri, Jul 19, 2019 at 9:54 AM Khushboo Vashi <
> khushboo(dot)vashi(at)enterprisedb(dot)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
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-22 09:41:00 Re: [pgAdmin4][Patch] - RM #4333 - Add support for function selectivity.
Previous Message Dave Page 2019-07-22 08:44:31 Re: Skip a RE-SQL test on the bases of precondition