Permission denied when trying to import a CSV file from PGAdmin

后端 未结 7 936
轻奢々
轻奢々 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:34

    The user Postgres must have read access on the file from which you are about to copy.

    Look at this article to see how to modify files' security access on Windows.

提交回复
热议问题