]> wagnertech.de Git - mfinanz.git/blobdiff - sql/Pg-upgrade2/trigram_indices.sql
WebshopApi: trigram indices und Hinweiss darauf in der UPGRADE Datei.
[mfinanz.git] / sql / Pg-upgrade2 / trigram_indices.sql
index 87af0e8524fce15a7b247bd99a321e3b01b098ac..c8b58e5e95c2d2d2593f410a7a75dced03ad218d 100644 (file)
@@ -4,7 +4,6 @@
 -- @encoding: utf-8
 -- @ignore: 1
 
--- CREATE EXTENSION IF NOT EXISTS pg_trgm;
 
 CREATE INDEX customer_customernumber_gin_trgm_idx    ON customer        USING gin (customernumber          gin_trgm_ops);
 CREATE INDEX customer_name_gin_trgm_idx              ON customer        USING gin (name                    gin_trgm_ops);