On Fri, Apr 08, 2005 at 02:25:13PM -0400, Stef wrote: > > well, I can understand that 3265 appears to be a > string, but, I was under the impression that -everything- > in a CSV format file could have ' ' around it? Is this not > the case ?
See the documentation for COPY -- the default quote character for CSV is a double quote, but you can change it with QUOTE. http://www.postgresql.org/docs/8.0/interactive/sql-copy.html -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings