summaryrefslogtreecommitdiffstats
path: root/contrib/citext/expected/citext_utf8_1.out
blob: 433e9853497626e5a89a225af114ca84de07e863 (plain)
1
2
3
4
5
6
7
8
9
/*
 * This test must be run in a database with UTF-8 encoding
 * and a Unicode-aware locale.
 */
SELECT getdatabaseencoding() <> 'UTF8' OR
       current_setting('lc_ctype') = 'C'
       AS skip_test \gset
\if :skip_test
\quit