OSDN Git Service

Enforce restriction that COPY DELIMITERS string must be exactly one
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Dec 2001 21:19:57 +0000 (21:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Dec 2001 21:19:57 +0000 (21:19 +0000)
commit969cc16c690d0f23bab9c95a7e26b5ac409ac628
treef072d17d5f83b22cfa62716df6dd4d02d7e95b34
parenta0734d1eb12b858073dbb91a8c5636f0a1872755
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
src/backend/commands/copy.c