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

2019-07-25 Thread Dave Page
Thanks, applied! On Tue, Jul 23, 2019 at 6:35 AM Khushboo Vashi < khushboo.va...@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

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

2019-07-22 Thread Dave Page
On Mon, Jul 22, 2019 at 9:59 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > 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

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

2019-07-22 Thread Khushboo Vashi
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? > Support function should have specific argumen

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

2019-07-22 Thread Dave Page
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? On Fri, Jul 19, 2019 at 9:54 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please