aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_unicode.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/expected/plpython_unicode.out')
-rw-r--r--src/pl/plpython/expected/plpython_unicode.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pl/plpython/expected/plpython_unicode.out b/src/pl/plpython/expected/plpython_unicode.out
index c4ab73fd246..859edbbbaa8 100644
--- a/src/pl/plpython/expected/plpython_unicode.out
+++ b/src/pl/plpython/expected/plpython_unicode.out
@@ -1,6 +1,7 @@
--
-- Unicode handling
--
+SET client_encoding TO UTF8;
CREATE TABLE unicode_test (
testvalue text NOT NULL
);