psycopg2 open file for reading

From: Dan Sawyer <dansawyer(at)earthlink(dot)net>
To: psycopg(at)postgresql(dot)org
Subject: psycopg2 open file for reading
Date: 2015-10-28 14:23:28
Message-ID: 5630DA60.5060004@earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

The question relates to copy file commands within a python script. The
database open and file operations are working correctly.

The string passed to psycopg2 is: copy_string = 'copy temp_tbl from
'/tmp/test.txt' csv delimiter '|';'

The psycopg2 commands executed tried are:

cursoro.copy_expert(copy_string,f)
and
cursoro.execute(copy_string)

Both produce the follow errors:

Traceback (most recent call last):
File "./norm_name_py_01.py", line 162, in <module>
main()
File "./norm_name_py_01.py", line 157, in main
cursoro.copy_expert(copy_string,f)
psycopg2.ProgrammingError: could not open file "/tmp/test.txt" for
reading: Permission denied

ls -altr /tmp/test.txt
-rw-rw-r--. 1 dan dan 52833 Oct 28 06:07 /tmp/test.txt

Dan

Responses

Browse psycopg by date

  From Date Subject
Next Message Adrian Klaver 2015-10-28 14:35:15 Re: psycopg2 open file for reading
Previous Message Daniel Son 2015-10-06 22:12:41 Getting the query id