Properties

Name: utf8_to_iso_8859_1 
Owner: postgres 
Schema: pg_catalog 
From: UTF8 
To: LATIN1 
Function: utf8_to_iso8859_1 
Default:  
System:  
Comment:  

SQL


CREATE DEFAULT CONVERSION utf8_to_iso_8859_1 FOR 'UTF8' TO 'LATIN1' FROM utf8_to_iso8859_1;


ALTER CONVERSION pg_catalog.utf8_to_iso_8859_1 OWNER TO postgres;

See Also

List of conversions