Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support for postgres custom Types #24

Open
Blackwolf291 opened this issue Aug 31, 2020 · 0 comments
Open

Feature Request: Support for postgres custom Types #24

Blackwolf291 opened this issue Aug 31, 2020 · 0 comments

Comments

@Blackwolf291
Copy link

Blackwolf291 commented Aug 31, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants