Currently, when selecting a PostgreSQL schema, the following object types are displayed:
- Tables
- Views
- Functions
- Triggers
It would be a useful improvement to also display a list of Types defined in the selected schema.
This would make it easier to discover and manage custom PostgreSQL data types, including enum types, composite types, and other user-defined types.
Expected behavior
When a PostgreSQL schema is selected, the schema browser should include a Types section alongside the existing Tables, Views, Functions, and Triggers sections.
Currently, when selecting a PostgreSQL schema, the following object types are displayed:
It would be a useful improvement to also display a list of Types defined in the selected schema.
This would make it easier to discover and manage custom PostgreSQL data types, including enum types, composite types, and other user-defined types.
Expected behavior
When a PostgreSQL schema is selected, the schema browser should include a Types section alongside the existing Tables, Views, Functions, and Triggers sections.