mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
10 lines
227 B
Plaintext
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
|