Sitelet https://github.com/dbgate/dbgate/issues/1534
Skip to content

FEAT: Show defined data types in PostgreSQL schemas #1534

Description

@AkibaWolf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions