Properties

Name: iso_8859_1_to_utf8 
Owner: postgres 
Schema: pg_catalog 
From: LATIN1 
To: UTF8 
Function: iso8859_1_to_utf8 
Default:  
System:  
Comment:  

SQL


CREATE DEFAULT CONVERSION iso_8859_1_to_utf8 FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8;


ALTER CONVERSION pg_catalog.iso_8859_1_to_utf8 OWNER TO postgres;

See Also

List of conversions