From: Bruce Momjian Date: Tue, 18 Apr 2000 23:44:58 +0000 (+0000) Subject: More cleanup X-Git-Tag: REL7_0~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3296e6fe68f23229af7e7004abdeecc0957cd4eb;p=postgresql More cleanup --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index fac440bf9f..bdebff077b 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -196,12 +196,14 @@ ERROR: reason stored/read as binary format rather than as text. It is somewhat faster than the normal copy command, but is not generally portable, and the files generated are somewhat larger, - although this factor is highly dependent on the data itself. By - default, a text copy uses a tab ("\t") character as a delimiter. + although this factor is highly dependent on the data itself. + + + By default, a text copy uses a tab ("\t") character as a delimiter. The delimiter may also be changed to any other single character with the keyword phrase USING DELIMITERS. Characters in data fields which happen to match the delimiter character will - be quoted. + be backslash quoted.