1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-12 02:37:31 +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

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