From 5809a6458450a59f8c4a7a25beaefc81cff563d1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 16 Apr 2011 21:52:10 +0300 Subject: Set client encoding explicitly in plpython_unicode test This will (hopefully) eliminate the need for the plpython_unicode_0.out expected file. --- src/pl/plpython/expected/plpython_unicode.out | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pl/plpython/expected/plpython_unicode.out') diff --git a/src/pl/plpython/expected/plpython_unicode.out b/src/pl/plpython/expected/plpython_unicode.out index c4ab73fd24..859edbbbaa 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 ); -- cgit v1.2.1