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

sql/postgres: change the Concurrently attribute to a schema.Clause #1557

Merged
merged 1 commit into from
Mar 26, 2023

Conversation

a8m
Copy link
Member

@a8m a8m commented Mar 26, 2023

The Concurrently option only affects how the index is created and doesn't provide any information about the index itself.

cc @ivanvanderbyl

Cmd: `CREATE INDEX CONCURRENTLY "concurrently" ON "users" ("id")`,
Reverse: `DROP INDEX CONCURRENTLY "concurrently"`,
Cmd: `CREATE INDEX CONCURRENTLY "concurrently1" ON "users" ("id")`,
Reverse: `DROP INDEX CONCURRENTLY "concurrently1"`,
Copy link
Member

Choose a reason for hiding this comment

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

?

@a8m a8m merged commit d03307a into master Mar 26, 2023
@a8m a8m deleted the conclause branch March 26, 2023 08:37
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