Properties

Name: utf8_to_windows_866 
Owner: postgres 
Schema: pg_catalog 
From: UTF8 
To: WIN866 
Function: utf8_to_win 
Default:  
System:  
Comment:  

SQL


CREATE DEFAULT CONVERSION utf8_to_windows_866 FOR 'UTF8' TO 'WIN866' FROM utf8_to_win;


ALTER CONVERSION pg_catalog.utf8_to_windows_866 OWNER TO postgres;

See Also

List of conversions