repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consistently use "superuser" instead of "super user"
[pgsql.git]
/
src
/
test
/
regress
/
expected
/
collate.icu.utf8_1.out
blob
a6a33b39aba37e396ef19a7b587b99182907fdf2
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