Re: [GENERAL] loading data from flat text file

2000-05-23 Thread Ross J. Reedstrom
On Tue, May 23, 2000 at 10:10:41AM -0400, Ron Peterson wrote: > > "Voitenko, Denis" wrote: > > > > So I am almost there, except my data is formated as follows: > > > > "chunk1","chunk2","chunk3" > > > > how would I tell COPY that my data is encapsulated in " and separated > > by , ? Furthermore

Re: [GENERAL] loading data from flat text file

2000-05-23 Thread Ron Peterson
> "Voitenko, Denis" wrote: > > So I am almost there, except my data is formated as follows: > > "chunk1","chunk2","chunk3" > > how would I tell COPY that my data is encapsulated in " and separated > by , ? Furthermore, I did not find a manual on the COPY command. > Anyone? In /usr/local/pgsql/

RE: [GENERAL] loading data from flat text file

2000-05-23 Thread Voitenko, Denis
Title: RE: [GENERAL] loading data from flat text file So I am almost there, except my data is formated as follows: "chunk1","chunk2","chunk3" how would I tell COPY that my data is encapsulated in " and separated by , ? Furthermore, I did not find a