Re: [PATCHES] [HACKERS] multiline CSV fields

2004-12-03 Thread Bruce Momjian
Patch applied. Thanks. --- Andrew Dunstan wrote: > > > I wrote: > > > > > If it bothers you that much. I'd make a flag, cleared at the start of > > each COPY, and then where we test for CR or LF in CopyAttributeOutCSV,

Re: [PATCHES] [HACKERS] multiline CSV fields

2004-12-02 Thread Andrew Dunstan
I wrote: If it bothers you that much. I'd make a flag, cleared at the start of each COPY, and then where we test for CR or LF in CopyAttributeOutCSV, if the flag is not set then set it and issue the warning. I didn't realise until Bruce told me just now that I was on the hook for this. I guess