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

Drop schema drops all indexes of same table name, not just single schemas table. #519

Closed
cody-scott opened this issue Aug 23, 2024 · 0 comments

Comments

@cody-scott
Copy link
Collaborator

cody-scott commented Aug 23, 2024

When calling drop_all_indexes_on_table, indexes on every table matching the target will be dropped. If a user has an identically named table on another schema, it will also drop those indexes.

  • schema_a.table
  • schema_b.table

calling drop_all_indexes_on_table on schema_a.table drops both schema_a.table and schema_b.table's indexes

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