Add support for AT LOCAL
[pgsql.git] / src / test / regress / expected / collate.linux.utf8_1.out
blobede5fdb5dcc4bfb25daf6f5be290cf532f09ba2b
1 /*
2  * This test is for Linux/glibc systems and assumes that a full set of
3  * locales is installed.  It must be run in a database with UTF-8 encoding,
4  * because other encodings don't support all the characters used.
5  */
6 SELECT getdatabaseencoding() <> 'UTF8' OR
7        (SELECT count(*) FROM pg_collation WHERE collname IN ('de_DE', 'en_US', 'sv_SE', 'tr_TR') AND collencoding = pg_char_to_encoding('UTF8')) <> 4 OR
8        version() !~ 'linux-gnu'
9        AS skip_test \gset
10 \if :skip_test
11 \quit