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

ENUM values comparison missing #48

Open
kkontosis opened this issue Jun 7, 2021 · 1 comment
Open

ENUM values comparison missing #48

kkontosis opened this issue Jun 7, 2021 · 1 comment

Comments

@kkontosis
Copy link

It would be useful to also find differences between defined ENUM types.
I was running pgdiff between two databases to find differences with ALL and this is something that was not detected.

For example:
CREATE TYPE my_type AS ENUM ('a', 'b');
and
CREATE TYPE my_type AS ENUM ('a', 'b', 'c');

Should detect the additional type 'c' in the second database, or at least that the types are different.

@joncrlsn
Copy link
Owner

Thank you for the suggestion, @kkontosis. I'll see what I can do on this.

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