![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi out there, I'm a first-time user of the "Copy ... From..." command, and I'm trying to load a table from a text flat file. http://www.postgresql.org/docs/7.4/static/sql-copy.html I don't know if I'm using the command correctly. Question: I run this command as a superuser, and the "copy from" command is run like a SQL command on the command line, correct? I get the following error. Any suggestions would be greatly appreciated. |
|
[mknepper@barney datafiles]$ psql -U postgres medispan Welcome to psql 7.3.4, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate with semicolon to execute query \q to quit medispan=# COPY mmw_ade_com FROM '/home/mknepper/medispan/datafiles/mmwadecom.txt' WITH DELIMITER '|'; ERROR: COPY command, running in backend with effective uid 500, could not open file '/home/mknepper/medispan/datafiles/mmwadecom.txt' for reading. Errno = Permission denied (13). |
![]() |
| Thread Tools | |
| Display Modes | |
| |