Skip to content

Comments

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

Merged
rmp135 merged 1 commit intormp135:masterfrom
SocketDev:jhiesey/ignore-table-partitions
Oct 27, 2024
Merged

Don't treat postgres table partitions as separate tables#145
rmp135 merged 1 commit intormp135:masterfrom
SocketDev:jhiesey/ignore-table-partitions

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