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
seg: pure parser and reentrant scanner
[pgsql.git]
/
contrib
/
hstore
/
expected
/
hstore_utf8_1.out
blob
37aead89c0c034e6d35bf4f8fcb733d403804b20
1
/*
2
* This test must be run in a database with UTF-8 encoding,
3
* because other encodings don't support all the characters used.
4
*/
5
SELECT getdatabaseencoding() <> 'UTF8'
6
AS skip_test \gset
7
\if :skip_test
8
\quit