/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/regress/expected/jsonpath_encoding_2.out
9 строк
287 B
Tom Lane
Allow Unicode escapes in any server encoding, not only UTF-8.
06 мар 2020, 22:17
06 мар 2020, 22:17
a652558
Код
Авторство
О чём код?
-- -- encoding-sensitive tests for jsonpath -- -- We provide expected-results files for UTF8 (jsonpath_encoding.out) -- and for SQL_ASCII (jsonpath_encoding_1.out). Skip otherwise. SELECT getdatabaseencoding() NOT IN ('UTF8', 'SQL_ASCII') AS skip_test \gset \if :skip_test \quit