diff options
Diffstat (limited to 'contrib/unaccent/sql/unaccent.sql')
-rw-r--r-- | contrib/unaccent/sql/unaccent.sql | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/unaccent/sql/unaccent.sql b/contrib/unaccent/sql/unaccent.sql index 027dfb964a7..3fc0c706be3 100644 --- a/contrib/unaccent/sql/unaccent.sql +++ b/contrib/unaccent/sql/unaccent.sql @@ -1,14 +1,3 @@ - --- unaccent is broken if the default collation is provided by ICU and --- LC_CTYPE=C -SELECT current_setting('lc_ctype') = 'C' AND - (SELECT datlocprovider='i' FROM pg_database - WHERE datname=current_database()) - AS skip_test \gset -\if :skip_test -\quit -\endif - CREATE EXTENSION unaccent; -- must have a UTF8 database |