Tagged Questions
2
votes
4answers
1k views
PostgreSQL import CSV File causes Syntax Error
I'm attempting to import a CSV file into a database via the "COPY" command; however, I get the (what seems common) error that I need to be a superuser and that I should use "\copy" instead. However, ...