Properties

Name: euc_tw_to_utf8 
Owner: postgres 
Schema: pg_catalog 
From: EUC_TW 
To: UTF8 
Function: euc_tw_to_utf8 
Default:  
System:  
Comment:  

SQL


CREATE DEFAULT CONVERSION euc_tw_to_utf8 FOR 'EUC_TW' TO 'UTF8' FROM euc_tw_to_utf8;


ALTER CONVERSION pg_catalog.euc_tw_to_utf8 OWNER TO postgres;

See Also

List of conversions