What's wrong with COPY rights in 7.3.4?

From: Olivier Hubaut <olivier(at)scmbb(dot)ulb(dot)ac(dot)be>
To: pgsql-sql(at)postgresql(dot)org
Subject: What's wrong with COPY rights in 7.3.4?
Date: 2003-12-03 15:59:33
Message-ID: 3FCE0865.5000902@scmbb.ulb.ac.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 **

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Doris Bernloehr 2003-12-03 16:57:51 Create Trigger porting problem from Oracle to PostgreSQL7.3.2
Previous Message greg 2003-12-03 02:57:10 Re: Updating session id based on accesstimeout