What's wrong with COPY rights in 7.3.4? - Mailing list pgsql-sql

From Olivier Hubaut
Subject What's wrong with COPY rights in 7.3.4?
Date
Msg-id 3FCE0865.5000902@scmbb.ulb.ac.be
Whole thread Raw
Responses Re: What's wrong with COPY rights in 7.3.4?
List pgsql-sql
Hi,

I tried to use the COPY function in v7.3.4 but I have a problem. 
According to the documentation, anyboy having the good rights on the 
table he want to copy could do it without any problem.

When I tried it, I found that using this command is impossible if you 
aren't an administrator for the instance of PostgreSQL.

Is it a bug or a *feature*?

The commands I tried are the followings:

COPY table FROM '/file.sql';

and

COPY table TO '/file.sql';

Thanks for responding.

-- 
Ci-git une signature avortee.
** RIP **



pgsql-sql by date:

Previous
From: greg@turnstep.com
Date:
Subject: Re: Updating session id based on accesstimeout
Next
From: Doris Bernloehr
Date:
Subject: Create Trigger porting problem from Oracle to PostgreSQL7.3.2