简体   繁体   中英

import a .sql file in my database on postgres on windows?

postgres-# \i C:\Users\Public\datafile.sql;
C:: Permission denied

Use the forward slashes in path. as shown below

postgres=# \i C:/Users/Public/datafile.sql

Disclosure: I work for EnterpriseDB (EDB)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM