Improve nbtree unsatisfiable RowCompare detection.
[pgsql.git] / src / test / regress / expected / copyencoding_1.out
bloba85ee2dbd18440cce7561aeb93455b40036c0c8b
1 --
2 -- Test cases for encoding with COPY commands
3 --
4 -- skip test if not UTF8 server encoding
5 SELECT getdatabaseencoding() <> 'UTF8'
6        AS skip_test \gset
7 \if :skip_test
8 \quit