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

Don't treat postgres table partitions as separate tables #145

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

jhiesey
Copy link
Contributor

@jhiesey jhiesey commented May 8, 2024

In the currently released version postgres table partitions are treated as separate tables. This can result in an explosion of duplicate types.

This PR ignores partitions when listing tables. The other db adapters may also benefit from similar changes.

In the currently released version postgres table partitions
are treated as separate tables. This can result in an explosion
of duplicate types.

This PR ignores partitions when listing tables. The other db
adapters may also benefit from similar changes.
@rmp135 rmp135 merged commit bd05efd into rmp135:master Oct 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants