mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Switch a test case to the "utf-8" spelling.
The spelling "utf8" is not recognized by CCL.
This commit is contained in:
parent
1d5d0ae72f
commit
9084a01086
@ -26,5 +26,5 @@ LOAD DATABASE
|
||||
|
||||
-- INCLUDING ONLY TABLE NAMES MATCHING ~/encoding/
|
||||
|
||||
DECODING TABLE NAMES MATCHING ~/messed/, ~/encoding/ AS utf8;
|
||||
DECODING TABLE NAMES MATCHING ~/messed/, ~/encoding/ AS utf-8;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user