dockerfiles/postgres/docker-entrypoint-initdb.d/00_enable_pg_trm.sql (1 lines of code) (raw):

CREATE EXTENSION IF NOT EXISTS pg_trgm;