We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here are some useful links for installation:
Windows
Ubuntu
Mac OS
After installing postgreSQL you need to create two extensions, run the following command in psql:
psql
\c <database name> create extension btree_gin; create extension pg_trgm;