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

PostgreSql Enum type #8

Open
taai opened this issue May 15, 2012 · 4 comments
Open

PostgreSql Enum type #8

taai opened this issue May 15, 2012 · 4 comments

Comments

@taai
Copy link

taai commented May 15, 2012

It would be great to have Enum type in PostgreSql.

@cbandy
Copy link
Owner

cbandy commented May 15, 2012

PostgreSQL has supported enums since version 8.3: http://www.postgresql.org/docs/8.3/static/datatype-enum.html

@taai
Copy link
Author

taai commented May 16, 2012

@cbandy I know that PostgreSQL has an Enum data type. But I don't see it in your "real-database" module. As I see, only MySQL has it. Will you code Enum support also for PostgreSQL? :)

@cbandy
Copy link
Owner

cbandy commented May 16, 2012

The way MySQL and PostgreSQL define enums is very different. I suppose a PostgreSQL_DDL_Create_Type is what you'd like?

@taai
Copy link
Author

taai commented May 16, 2012

Ok, I'll try that. I'm new at PostgreSQL and that was one of first things I was looking for. :)

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

No branches or pull requests

2 participants