diff options
| author | Marko Kreen | 2008-09-12 07:44:58 +0000 |
|---|---|---|
| committer | Marko Kreen | 2008-09-12 07:44:58 +0000 |
| commit | 53f9916f81a94b5bc34099bc1ba075d92335a53b (patch) | |
| tree | 811c2e4733518e2661a5361c1d5e14ce42bb7f38 /sql | |
| parent | e7fcf132c0812e10852ab83145070d2296213cc3 (diff) | |
set client_encoding in regtest before non-ascii comments
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/plproxy_encoding.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/plproxy_encoding.sql b/sql/plproxy_encoding.sql index db9b6f3..8453111 100644 --- a/sql/plproxy_encoding.sql +++ b/sql/plproxy_encoding.sql @@ -3,6 +3,8 @@ -- encoding tests ------------------------------------------------- +set client_encoding = 'utf8'; + -- google translate says: -- column: コラム -- table: テーブル |
