blob: 37aead89c0c034e6d35bf4f8fcb733d403804b20 (
plain)
1
2
3
4
5
6
7
8
|
/*
* This test must be run in a database with UTF-8 encoding,
* because other encodings don't support all the characters used.
*/
SELECT getdatabaseencoding() <> 'UTF8'
AS skip_test \gset
\if :skip_test
\quit
|