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

Update compile.sh #58

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

Conversation

AlexMalexLab
Copy link

Add contrib for CREATE EXTENSION pg_trgm; and etc

@cayetanobv
Copy link
Member

Thanks for your contribution @AJuSimonov . I'm thinking if compile all contrib extensions for main image is a good option or it is better to compile another image including contrib extension (adding a sufix for example). What do you think about it?

@AlexMalexLab
Copy link
Author

Hello @cayetanobv
Thanks for this repository.
I don't know how many people use these extensions.

Our project just requery pg_trgm and postgis.

We use pg_trgm index for typical "LIKE" conditions
Example
CREATE INDEX trgm_idx ON test_trgm USING GIN (t gin_trgm_ops);

And Django support this
https://docs.djangoproject.com/en/2.2/_modules/django/contrib/postgres/search/#TrigramDistance

However.
If you make another image vesion, we will use this another image.

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