Permission denied when trying to import a CSV file from PGAdmin

后端 未结 7 905
轻奢々
轻奢々 2020-11-28 07:20

I\'m using PGAdmin 1.14.3.

When I try to execute an import command:

COPY grad(country_code, postal_code, place_name, admin_name1, admin_code1, admin_         


        
7条回答
  •  离开以前
    2020-11-28 07:45

    Responses to this problem on different threads go something like this 1. "Tell me exactly what command you used" 2. "Make sure you have right permissions" 3. "Just use /copy"

    I just tried giving permissions to Everyone on the cvs file I am trying to copy from, and it is still giving me the permission denied error. I think this functionality is broken and has been broken for multiple consecutive releases over multiple consecutive versions of Windows.

提交回复
热议问题