Database Reference
In-Depth Information
Dict int
This is a full-text search dictionary extension used for indexing integers (signed and un-
signed), preventing the growth of the unique word number, which greatly affects the search
performance.
$ heroku pg:psql --app your-app-name
CREATE EXTENSION dict_int;
For more details, visit the documentation at http://www.postgresql.org/docs/current/static/
dict-int.html .
Search WWH ::




Custom Search