电脑:Mac OS X,10.8版
数据库:Postgres
原文链接:https://www.f2er.com/postgresql/193287.html数据库:Postgres
尝试导入csv文件到postgres。
pg> copy items_ordered from '/users/darchcruise/desktop/items_ordered.csv' with CSV; ERROR: could not open file "/users/darchcruise/desktop/items_ordered.csv" for reading: Permission denied
然后我试过
$> chown postgres /users/darchcruise/desktop/items_ordered.csv chown: /users/darchcruise/desktop/items_ordered.csv: Operation not permitted
最后,我试过
$> ls -l -rw-r--r-- 1 darchcruise staff 1016 Oct 18 21:04 items_ordered.csv
任何帮助深表感谢!