Types beginning with underscores are not shown in treeview - Mailing list pgadmin-support

From Evan Martin
Subject Types beginning with underscores are not shown in treeview
Date
Msg-id 540DC76F.9090906@realityexists.net
Whole thread Raw
List pgadmin-support
Hello,<br /><br /> The Types list in the pgAdmin treeview doesn't seem to include user types whose names begin with
underscores.Eg. if I run<br /><br />     CREATE TYPE my_type1 AS (val integer);<br />     CREATE TYPE _my_type2 AS (val
integer);<br/><br /> my_type1 is shown, but _my_type2 is not. (I even tried enabling "Show System Objects in treeview"
justin case.)<br /><br /> Tested this both on 1.18.1 in Windows and latest git revision on Linux.<br /><br /> Perhaps
thisis related to PostgreSQL officially <a
href="http://www.postgresql.org/message-id/1679003548.20061212104413@microolap.com">disallowinguser-defined types
beginningwith underscores a long time ago</a>, but they're definitely allowed now.<br /><br /> Regards,<br /><br />
Evan<br/> 

pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: Stop pgpass.conf EOL conversion
Next
From: Christoph Berg
Date:
Subject: Re: PgAdmin Crash Dialog