represented as a backslash and a newline. When loading text data
not generated by
Postgres,
you will need to convert backslash
- characters ("\") to double-backslashes ("\\") to ensure that they are loaded
- properly. (The sequence "\N" will always be interpreted as a backslash and
- an "N", for compatibility. The more general solution is "\\N".)
+ characters ("\") to double-backslashes ("\\") to ensure that they
+ are loaded properly.