Restore initdb's old behavior of always setting the lc_xxx GUCs.
[pgsql.git] / contrib / fuzzystrmatch / fuzzystrmatch--1.1--1.2.sql
blobd8542a781c15dedc220f1703728e92a157d0217e
1 /* contrib/fuzzystrmatch/fuzzystrmatch--1.1--1.2.sql */
3 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4 \echo Use "ALTER EXTENSION fuzzystrmatch UPDATE TO '1.2'" to load this file. \quit
6 CREATE FUNCTION daitch_mokotoff(text) RETURNS text[]
7 AS 'MODULE_PATHNAME', 'daitch_mokotoff'
8 LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE;