Nabil <nabil(at)kramer-smilko(dot)com> writes: > Hi everyone. I'm running postgresql 7.4 and I'm trying to import some > data from a CSV file using this command: Unless I've forgotten, COPY did not support CSV format before PG 8.0. regards, tom lane