Name: | euc_jp_to_utf8 |
Owner: | postgres |
Schema: | pg_catalog |
From: | EUC_JP |
To: | UTF8 |
Function: | euc_jp_to_utf8 |
Default: | |
System: | |
Comment: | euc_jp_to_utf8 conversion |
CREATE DEFAULT CONVERSION euc_jp_to_utf8 FOR 'EUC_JP' TO 'UTF8' FROM euc_jp_to_utf8;
ALTER CONVERSION pg_catalog.euc_jp_to_utf8 OWNER TO postgres;
See Also
List of conversions