Re: [GENERAL] Can't get a simple COPY to work

2011-03-16 Thread Adrian Klaver
On Wednesday, March 16, 2011 2:36:25 pm runner wrote: > I'm getting really frustrated, I can't get a simple COPY command to work. > I've tried running psql and both the postgres user and the owner of the > database with the same error. > > psql -U postgres -d database1 > > > database1=# BEGIN

[GENERAL] Can't get a simple COPY to work

2011-03-16 Thread runner
I'm getting really frustrated, I can't get a simple COPY command to work. I've tried running psql and both the postgres user and the owner of the database with the same error. psql -U postgres -d database1 database1=# BEGIN; BEGIN database1=# TRUNCATE TABLE grades; TRUNCATE TABLE datab