Re: using psql copy command

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David(dot)Bear(at)asu(dot)edu
Cc: postgresql(at)moroni(dot)pp(dot)asu(dot)edu, pgsql-admin(at)postgresql(dot)org
Subject: Re: using psql copy command
Date: 2004-11-09 00:01:33
Message-ID: 12087.1099958493@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

David Bear <David(dot)Bear(at)asu(dot)edu> writes:
> npcenter=> \copy "contactName" from "/home/iddwb/data/copp/dev/npcenter/contactName.txt"
> "/home/iddwb/data/copp/dev/npcenter/contactName.txt": No such file or
> directory

> I must be missing something very obvious.. Help...

Use single quotes, or none at all, around the filename.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Francisco Jose Bernabe Pellicer 2004-11-09 11:44:44 Where is postgresql??
Previous Message Tom Lane 2004-11-08 23:57:58 Re: [PERFORM] poor performance in migrated database