Skip to content

feat(indexes): support all Postgresql index types#57

Merged
Vanderhoof merged 1 commit into
Vanderhoof:masterfrom
pierresouchay:added_support_for_other_index_types
Jan 15, 2025
Merged

feat(indexes): support all Postgresql index types#57
Vanderhoof merged 1 commit into
Vanderhoof:masterfrom
pierresouchay:added_support_for_other_index_types

Conversation

@pierresouchay
Copy link
Copy Markdown
Contributor

Context: We can have other index types than hash, btree

Solution: Implement all of them for Postsgreql as described in https://www.postgresql.org/docs/current/indexes-types.html

Note that SP-GiST is named spgistin indexes of Postgresql, (similar to B-Tree -> btree)

Ref: #56

@Vanderhoof Vanderhoof merged commit 0801880 into Vanderhoof:master Jan 15, 2025
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