1/* contrib/dict_xsyn/dict_xsyn--unpackaged--1.0.sql */
2
3-- complain if script is sourced in psql, rather than via CREATE EXTENSION
4\echo Use "CREATE EXTENSION dict_xsyn FROM unpackaged" to load this file. \quit
5
6ALTER EXTENSION dict_xsyn ADD function dxsyn_init(internal);
7ALTER EXTENSION dict_xsyn ADD function dxsyn_lexize(internal,internal,internal,internal);
8ALTER EXTENSION dict_xsyn ADD text search template xsyn_template;
9ALTER EXTENSION dict_xsyn ADD text search dictionary xsyn;
10