Preserve CurrentMemoryContext across notify and sinval interrupts.
[pgsql.git] / contrib / unaccent / unaccent--1.0--1.1.sql
blob8efa0d0cf6fee514098dcb06111983dbac416bb3
1 /* contrib/unaccent/unaccent--1.0--1.1.sql */
3 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4 \echo Use "ALTER EXTENSION unaccent UPDATE TO '1.1'" to load this file. \quit
6 ALTER FUNCTION unaccent(regdictionary, text) PARALLEL SAFE;
7 ALTER FUNCTION unaccent(text) PARALLEL SAFE;
8 ALTER FUNCTION unaccent_init(internal) PARALLEL SAFE;
9 ALTER FUNCTION unaccent_lexize(internal, internal, internal, internal) PARALLEL SAFE;