From 969cc16c690d0f23bab9c95a7e26b5ac409ac628 Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Tue, 4 Dec 2001 21:19:57 +0000
Subject: Enforce restriction that COPY DELIMITERS string must be exactly one
character; replace strchr() search with simple comparison to speed up COPY
IN. Per discussion in pghackers.
---
doc/src/sgml/ref/copy.sgml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 0381610896c..df607d500f4 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -1,5 +1,5 @@
@@ -227,9 +227,6 @@ ERROR: reason
character with the keyword phrase USING DELIMITERS. Characters
in data fields which happen to match the delimiter character will
be backslash quoted.
- Note that the delimiter is always a single character.
- If multiple characters are specified in the delimiter string,
- only the first character is used.
--
cgit v1.2.3