Skip to content

Feature Request: Support for postgres custom Types #24

Open
@Blackwolf291

Description

@Blackwolf291

Working with a postgres database, Enum types are a frequently recurring topic, and are currently not supported as changes.
The postgres extension seems like the logical place to ask for this.

Implementation can be restricted to just Enum types, bringing parity with other databases that have support for enum type columns.

To eliminate tags in this area, support for 2 tags would be needed, and a third would be welcome but optional.
implementing creating of Postgres types, implementing https://www.postgresql.org/docs/current/sql-createtype.html
implementing the removal of Postgres types, implementing https://www.postgresql.org/docs/current/sql-droptype.html
implementing the modification of Postgres types, implementing https://www.postgresql.org/docs/current/sql-altertype.html

┆Issue is synchronized with this Jira Bug by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions