postgresql/contrib/citext/expected/citext_utf8_1.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
227 B
Plaintext
Raw Normal View History

2023-05-09 21:11:15 +00:00
/*
* 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