summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/json_encoding_2.out
blob: 4fc8f0241ab2bbfb57b7f498f4ac83551b352ea1 (plain)
1
2
3
4
5
6
7
8
9
--
-- encoding-sensitive tests for json and jsonb
--
-- We provide expected-results files for UTF8 (json_encoding.out)
-- and for SQL_ASCII (json_encoding_1.out).  Skip otherwise.
SELECT getdatabaseencoding() NOT IN ('UTF8', 'SQL_ASCII')
       AS skip_test \gset
\if :skip_test
\quit