/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/regress/expected/collate.utf8_1.out
8 строк
246 B
Jeff Davis
Support C.UTF-8 locale in the new builtin collation provider.
20 мар 2024, 01:24
20 мар 2024, 01:24
f69319f
Код
Авторство
О чём код?
/* * This test is for collations and character operations when using the * builtin provider with the C.UTF-8 locale. */ /* skip test if not UTF8 server encoding */ SELECT getdatabaseencoding() <> 'UTF8' AS skip_test \gset \if :skip_test \quit