在postgresql中使用copy from命令导入csv文件中的数据时遇到问题。我首先用下面的代码在postgresql中创建了一个表。ERROR: could not open file "H:\sfmap.csv" for reading: No such file or directory SQL state: 58P01
我确信文件的位置是正确的
我在试着删除一个文件。我知道问题所在,只是不知道如何正确设置权限。为umask 0027 (/etc/vsftpd.conf) local_umask=0027 创建www-用户组(群添加www-用户)添加linux_server_user到分组(usermod -a -G group linux_serve