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
Improve nbtree unsatisfiable RowCompare detection.
[pgsql.git]
/
src
/
test
/
regress
/
expected
/
copyencoding_1.out
blob
a85ee2dbd18440cce7561aeb93455b40036c0c8b
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