Properties

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

SQL


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


ALTER CONVERSION pg_catalog.ascii_to_utf8 OWNER TO postgres;

See Also

List of conversions