diff options
| author | Robert Haas <rhaas@postgresql.org> | 2010-09-22 06:37:46 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2010-09-22 06:37:46 -0400 |
| commit | 01003ec3bcd78a261e9b017837c961a96024abd4 (patch) | |
| tree | 8a61ae3cbd49f72240a6b5691ed43fd1157ef289 /src | |
| parent | 38d78b0f412cd11999de836920ee013ccb038c65 (diff) | |
| download | postgresql-01003ec3bcd78a261e9b017837c961a96024abd4.tar.gz | |
Typo fix. "CVS" is not the same thing as "CSV".
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/commands/copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index d13313a1a1..44ed113608 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -2654,7 +2654,7 @@ CopyReadLineText(CopyState cstate) * something other than a period. In non-CSV mode, anything * after a backslash is special, so we skip over that second * character too. If we didn't do that \\. would be - * 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 * literal backslash followed by a period. In CSV mode, * backslashes are not special, so we want to process the * character after the backslash just like a normal character, |
