Re: usage of copy command in pgsql - Mailing list pgsql-general

From A. Kretschmer
Subject Re: usage of copy command in pgsql
Date
Msg-id 20060216115628.GE15433@webserv.wug-glas.de
Whole thread Raw
In response to usage of copy command in pgsql  (rama krishna <arkr505@gmail.com>)
List pgsql-general
am  16.02.2006, um 17:13:22 +0530 mailte rama krishna folgendes:
> I have to copy the  file to a table data base
>   the command used for this is COPY
>                    But it showing the error like no permission is granted to
> read the file.
>    for this i gave 777 permissions to that file even the same err repeated.
>     What to do for this

You, particularly postgres, need read access for the whole path to this file.


HTH, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47215,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: usage of copy command in pgsql
Next
From: Robert Treat
Date:
Subject: Re: Why does an ON SELECT rule have to be named "_RETURN"?