• Itagaki Takahiro's avatar
    Add ENCODING option to COPY TO/FROM and file_fdw. · 3cba8240
    Itagaki Takahiro authored
    File encodings can be specified separately from client encoding.
    If not specified, client encoding is used for backward compatibility.
    
    Cases when the encoding doesn't match client encoding are slower
    than matched cases because we don't have conversion procs for other
    encodings. Performance improvement would be be a future work.
    
    Original patch by Hitoshi Harada, and modified by me.
    3cba8240
copy.sgml 34 KB