Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d78b0 commit 01003ecCopy full SHA for 01003ec
src/backend/commands/copy.c
@@ -2654,7 +2654,7 @@ CopyReadLineText(CopyState cstate)
2654
* something other than a period. In non-CSV mode, anything
2655
* after a backslash is special, so we skip over that second
2656
* character too. If we didn't do that \\. would be
2657
- * considered an eof-of copy, while in non-CVS mode it is a
+ * considered an eof-of copy, while in non-CSV mode it is a
2658
* literal backslash followed by a period. In CSV mode,
2659
* backslashes are not special, so we want to process the
2660
* character after the backslash just like a normal character,
0 commit comments