mirror of https://github.com/postgres/postgres
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
|
/*
|
||
|
* 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
|