Re: What does this icon means?

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: Edson Richter <edsonrichter(at)hotmail(dot)com>, Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>, "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: What does this icon means?
Date: 2020-05-05 04:03:19
Message-ID: CAM9w-_mANJVMr+SGV3eFSo9_0KAFsWmLp8+0=g--LqyFLDaYLw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, May 5, 2020 at 9:32 AM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> Hi,
>
> On Tue, May 5, 2020 at 5:38 AM Edson Richter <edsonrichter(at)hotmail(dot)com>
> wrote:
>
>> Perfect answer! Thanks.
>> But now I have an issue: this table, for sure, has no inheritance - just
>> because we use no inheritance in this project at all.
>>
>> Provide some details to investigate the issue.
> - PostgreSQL Version
> - pgAdmin Version
> - if possible, table DDL
>
And please also check the output of:
select r.relname, r.oid
from pg_inherits i join pg_class r
where i.inhrelid = r.oid
and i.inhparent = <tableoid>;

>
> Thanks,
> Khushboo
>
>> What would be causing this?
>>
>> Atenciosamente,
>>
>> Edson Richter
>>
>>
>>
>>
>>
>>
>> Soli Deo Gloria
>>
>> ------ Mensagem original------
>> *De: *Murtuza Zabuawala
>> *Data: *seg, 4 de mai de 2020 20:54
>> *Para: *Edson Richter;
>> *Cc:*pgadmin-support lists.postgresql.org;
>> *Assunto:*Re: What does this icon means?
>>
>> Hi,
>>
>> The icon indicates that the table is inherited.
>>
>> Please refer https://redmine.postgresql.org/issues/3174
>> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fredmine.postgresql.org%2Fissues%2F3174&data=02%7C01%7C%7C61e1ff6e87b448fdfac908d7f08682e9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637242332826306125&sdata=gpTj4sVnRBt9c5d9GbJGOTRos0of6jN6F%2FKsosQs57U%3D&reserved=0>
>> for more details.
>>
>>
>> Regards,
>> Murtuza
>>
>> On Tue, 5 May 2020, 03:26 Edson Richter, <edsonrichter(at)hotmail(dot)com>
>> wrote:
>>
>>> Kkkkk 🙂
>>>
>>> Would the development team create a documentation page describing each
>>> icon used in the object tree?
>>>
>>> Thanks,
>>>
>>> Edson
>>>
>>> ------------------------------
>>> *De:* Cherio <cherio(at)gmail(dot)com>
>>> *Enviado:* segunda-feira, 4 de maio de 2020 18:38
>>> *Para:* Edson Richter <edsonrichter(at)hotmail(dot)com>
>>> *Cc:* pgadmin-support lists.postgresql.org
>>> <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.postgresql.org%2F&data=02%7C01%7C%7C61e1ff6e87b448fdfac908d7f08682e9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637242332826316120&sdata=MrUmJ4%2BqJlBNrhtSydnL%2BwW1Z9DmGad6GR7q0qnZM8c%3D&reserved=0>
>>> <pgadmin-support(at)lists(dot)postgresql(dot)org>
>>> *Assunto:* Re: What does this icon means?
>>>
>>> My interpretation is it is telling you which way to look.
>>> Sorry :)
>>>
>>> On Mon, May 4, 2020 at 10:17 AM Edson Richter <edsonrichter(at)hotmail(dot)com>
>>> wrote:
>>>
>>> A small arrow at table icon means what?
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Edson
>>>
>>>

--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Akshay Joshi 2020-05-05 05:41:40 Re: What does this icon means?
Previous Message Khushboo Vashi 2020-05-05 04:01:46 Re: What does this icon means?