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:
@@ -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