Properties

Name: utf8_to_ascii 
Owner: postgres 
Schema: pg_catalog 
From: UTF8 
To: SQL_ASCII 
Function: utf8_to_ascii 
Default:  
System:  
Comment:  

SQL


CREATE DEFAULT CONVERSION utf8_to_ascii FOR 'UTF8' TO 'SQL_ASCII' FROM utf8_to_ascii;


ALTER CONVERSION pg_catalog.utf8_to_ascii OWNER TO postgres;

See Also

List of conversions