我尝试将某些数据从txt文件复制到数据库中的表,postgis / postgres中时出现此错误...(我使用的是Windows 10)。
ERROR: could not open file "C:\Users\Luchito\Desktop\output_1.txt" for reading: Permission denied
该文件具有“开启”的所有权限...有任何帮助吗?
答案 0 :(得分:0)
Postgresql无法以管理员权限运行dans无法访问您自己的用户空间。
如果右键单击该文件,请点击Properties
然后Security
,然后Users
(或Authenticated Users
我不确定),然后点击Full Control
。它应该允许Postgres读取文件