Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixes RM2126 - Duplicatevalues displayed for functions and procedures in Preferences

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixes RM2126 - Duplicatevalues displayed for functions and procedures in Preferences
Дата
Msg-id CA+OCxoywWaod3La5W3sVSA8p9TWLvrAW96o=2TD6sQHY1k1g5g@mail.gmail.com
обсуждение исходный текст
Ответ на [pgadmin-hackers] [pgAdmin4][Patch]: Fixes RM2126 - Duplicate values displayed forfunctions and procedures in Preferences  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
Список pgadmin-hackers
Thanks, patch applied.

On Fri, Feb 10, 2017 at 9:33 AM, Surinder Kumar
<surinder.kumar@enterprisedb.com> wrote:
> Hi
>
> Issue: The function and procedure nodes displayed under schema nodes and
> packages node, so both were sharing same name.
>
> Solution:
> Overrides the register_preferences method for EdbFuncModule and
> EdbProcModule class and update their labels.
>
> Please find attached patch and review.
>
> Thanks
> Surinder Kumar
>
>
> --
> 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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Correct node labels in Preferences for EDBfunctions
Следующее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Fix exclusion constraint reverse engineered SQL.Fixe