I'm exporting using vsql and I've included an explicit ' \pset recordsep '\n' ' in the header.
I'd expect the resulting text file to have just 'LF' at the end of each record, but the records end in 'CRLF' instead, despite the lack of '\r' in the record separator. This is a problem for me, as I need the exported file not to have '\r' characters. I am running Windows.
Has anyone else run into this problem? I couldn't find anything related in the vsql documentation.