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

Check if the index name exists regardless of the table name #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsantos17
Copy link
Contributor

[ch13311]

@shortcut-integration
Copy link

This pull request has been linked to Clubhouse Story #13311: Check for existing indexes regardless of table name.

@jsantos17
Copy link
Contributor Author

Index names share a schema-wide namespace, so checking if an index with an specific name exists for a given table is not enough. We need to check if it exists for every possible table.

Might need some tweaking if we want to support multiple schemas.

@cryogenian
Copy link
Contributor

But what if the index exists for some table and this table requires an index with the same name?

Copy link
Contributor

@cryogenian cryogenian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants