postgresql/contrib/citext/expected/citext_utf8_1.out

10 lines
227 B
Plaintext

/*
* 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