Re: ERROR: relative path not allowed for COPY to file - Mailing list pgsql-general

From Kevin Grittner
Subject Re: ERROR: relative path not allowed for COPY to file
Date
Msg-id 1360690644.5585.YahooMailNeo@web162904.mail.bf1.yahoo.com
Whole thread Raw
In response to ERROR: relative path not allowed for COPY to file  (Andrew Taylor <andydtaylor@gmail.com>)
List pgsql-general
Andrew Taylor <andydtaylor@gmail.com> wrote:=0A=0A> postgres=3D# COPY post_=
e_n=0A=0A> postgres-# TO 'usr/local/psql/csv/post_e_n.csv'=0A> postgres-# W=
ITH DELIMITER ','=0A> postgres-# CSV HEADER;=0A> ERROR:=A0 relative path no=
t allowed for COPY to file=0A=0AI think you need a slash at the front of th=
at path.=0A=0A-Kevin

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: ERROR: relative path not allowed for COPY to file
Next
From: "Little, Douglas"
Date:
Subject: design question - repeated updates on temp or perm table.