mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 12:47:34 +08: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:
@ -1,6 +1,7 @@
|
||||
--
|
||||
-- Unicode handling
|
||||
--
|
||||
SET client_encoding TO UTF8;
|
||||
CREATE TABLE unicode_test (
|
||||
testvalue text NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user