Properties

Name: iso_8859_10_to_utf8 
Owner: postgres 
Schema: pg_catalog 
From: LATIN6 
To: UTF8 
Function: iso8859_to_utf8 
Default:  
System:  
Comment:  

SQL


CREATE DEFAULT CONVERSION iso_8859_10_to_utf8 FOR 'LATIN6' TO 'UTF8' FROM iso8859_to_utf8;


ALTER CONVERSION pg_catalog.iso_8859_10_to_utf8 OWNER TO postgres;

See Also

List of conversions