Consistently use "superuser" instead of "super user"
[pgsql.git] / src / test / regress / expected / collate.icu.utf8_1.out
bloba6a33b39aba37e396ef19a7b587b99182907fdf2
1 /*
2  * This test is for ICU collations.
3  */
4 /* skip test if not UTF8 server encoding or no ICU collations installed */
5 SELECT getdatabaseencoding() <> 'UTF8' OR
6        (SELECT count(*) FROM pg_collation WHERE collprovider = 'i') = 0
7        AS skip_test \gset
8 \if :skip_test
9 \quit