1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Set client encoding explicitly in plpython_unicode test

This will (hopefully) eliminate the need for the
plpython_unicode_0.out expected file.
This commit is contained in:
Peter Eisentraut
2011-04-16 21:52:10 +03:00
parent 4b6106ccfe
commit 5809a64584
5 changed files with 5 additions and 52 deletions

View File

@@ -1,6 +1,7 @@
--
-- Unicode handling
--
SET client_encoding TO UTF8;
CREATE TABLE unicode_test (
testvalue text NOT NULL
);