mirror of https://github.com/postgres/postgres
All functions provided by this extension are PARALLEL SAFE. Andreas Karlssonpull/31/head
parent
6b7d11ffda
commit
202ac08c08
@ -0,0 +1,9 @@ |
||||
/* contrib/unaccent/unaccent--1.0--1.1.sql */ |
||||
|
||||
-- complain if script is sourced in psql, rather than via ALTER EXTENSION |
||||
\echo Use "ALTER EXTENSION unaccent UPDATE TO '1.1'" to load this file. \quit |
||||
|
||||
ALTER FUNCTION unaccent(regdictionary, text) PARALLEL SAFE; |
||||
ALTER FUNCTION unaccent(text) PARALLEL SAFE; |
||||
ALTER FUNCTION unaccent_init(internal) PARALLEL SAFE; |
||||
ALTER FUNCTION unaccent_lexize(internal, internal, internal, internal) PARALLEL SAFE; |
@ -1,5 +1,5 @@ |
||||
# unaccent extension |
||||
comment = 'text search dictionary that removes accents' |
||||
default_version = '1.0' |
||||
default_version = '1.1' |
||||
module_pathname = '$libdir/unaccent' |
||||
relocatable = true |
||||
|
Loading…
Reference in new issue