Allow \r and \r\n termination for COPY files.
authorBruce Momjian <bruce@momjian.us>
Sat, 19 Apr 2003 20:36:03 +0000 (20:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 19 Apr 2003 20:36:03 +0000 (20:36 +0000)
commitc3b7d2d5224c891b35005330658cab6f994fecb5
tree4105ccb9b750b7ca36020a2d8f7644c22c09d680
parent9c48cae3e4d0537d9289a66092cf84ad789ecc0f
Allow \r and \r\n termination for COPY files.

Output \r\n termination on Win32.

Disallow literal carriage return as a data value,
backslash-carriage-return and \r still allowed.

Doc changes already committed.
src/backend/commands/copy.c