Properties

Name: windows_874_to_utf8 
Owner: postgres 
Schema: pg_catalog 
From: WIN874 
To: UTF8 
Function: win_to_utf8 
Default:  
System:  
Comment:  

SQL


CREATE DEFAULT CONVERSION windows_874_to_utf8 FOR 'WIN874' TO 'UTF8' FROM win_to_utf8;


ALTER CONVERSION pg_catalog.windows_874_to_utf8 OWNER TO postgres;

SET default_tablespace = '';

SET default_with_oids = false;

See Also

List of conversions