Re: While Using COPY COMMAND ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bhuvan A <bhuvanbk(at)yahoo(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: While Using COPY COMMAND ...
Date: 2001-07-06 14:18:32
Message-ID: Pine.LNX.4.30.0107061617580.679-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Bhuvan A writes:

> bhuvan=# copy f_addr_phones with oids to
> '/home/bhuvan/fap-table';
> ERROR: COPY command, running in backend with effective uid
> 1015, could not open file '/home/bhuvan/fap-table' for
> writing. Errno = Permission denied (13).

The server is probably running under a different user id (postgres?).

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-06 14:22:18 Re: Transactions within a function
Previous Message Alex Pilosov 2001-07-06 13:47:17 Re: Transactions within a function