Re: [pgAdmin][RM1257] Ensure all object types have a "System XXX?" property

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM1257] Ensure all object types have a "System XXX?" property
Date: 2020-04-24 12:59:22
Message-ID: CANxoLDd3BQv6GMTF15towT_HjKi1L+cRz3Zq0JsdJ2kpnZ7VkA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Fri, Apr 24, 2020 at 2:56 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is the patch to fix:
> 1. For synonyms, the property is shown as "Public Synonym".
> 2. For system procedure, the flag should be True but it is displaying as
> False.
> 3. For both views and materialized views, the property is "System View".
> 4. For FTS templates, the property is showing as "System FTS Parser".
>
> Please review.
>
> On Thu, Apr 23, 2020 at 5:33 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Thanks, patch applied.
>>
>> On Thu, Apr 23, 2020 at 5:04 PM Aditya Toshniwal <
>> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Attached is the patch to add the "System XXX?" property to the object
>>> types where it was missing.
>>> I've also attached a allobjects.sql file to create all types of objects
>>> under a database for PGv12 which might help to test.
>>> Please review.
>>>
>>> --
>>> Thanks and Regards,
>>> Aditya Toshniwal
>>> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-24 13:03:07 Translators: Release next week
Previous Message Akshay Joshi 2020-04-24 12:59:09 Re: [pgAdmin][RM4504] Make like options disable if Relation is not selected.