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

Add index storage parameters for Postgres #578

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

ankane
Copy link
Contributor

@ankane ankane commented Nov 28, 2023

Hi, thanks for Ecto!

This PR adds support for index storage parameters for Postgres.

index(:posts, [:permalink], options: "fillfactor=50")

It uses :options for the WITH clause like TDS.

@josevalim josevalim merged commit 2d97915 into elixir-ecto:master Nov 28, 2023
10 checks passed
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@ankane
Copy link
Contributor Author

ankane commented Nov 28, 2023

Thanks @josevalim!

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