Skip to content

Pass table type information to the diff #22

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

Open
jorgecarleitao opened this issue Jan 12, 2022 · 0 comments
Open

Pass table type information to the diff #22

jorgecarleitao opened this issue Jan 12, 2022 · 0 comments

Comments

@jorgecarleitao
Copy link

Postgres has table types .relkind in pg_tables that are necessary to identify whether the difference is in a table or in the partitions (as the query lists all tables and partitions).

To be able to ignore differences on partitions, it would be useful to be able to see which table type each table on each side is made of.

Suggestion: have the diff contain table types

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

1 participant