Re: [GENERAL] BUG #1830: Non-super-user must be able to copy from a - Mailing list pgsql-bugs

From Bernard
Subject Re: [GENERAL] BUG #1830: Non-super-user must be able to copy from a
Date
Msg-id 2k1bg11rgb8ak6k9rmshi64g7tse1tcp99@4ax.com
Whole thread Raw
In response to Re: BUG #1830: Non-super-user must be able to copy from a file  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-bugs
Greg,

The desired COPY FILE functionality for a local non-superuser user
would require a local file. That file is available locally.

A suggested workaround COPY with STDIN would involve the TCP pipe.
This does of course have the support for remote uploads.

But I am not currently interested in remote data transfers.

Regards

Bernard

On 19 Aug 2005 02:03:54 -0400, you wrote:

>
>Oliver Jowett <oliver@opencloud.com> writes:
>
>> Bernard was also objecting to the overhead of pushing the data down a
>> TCP pipe when it's already available locally, I think.. I didn't find
>> any real difference there when I compared the two methods, though.
>
>What makes you think it's necessarily available locally?


pgsql-bugs by date:

Previous
From: Bernard
Date:
Subject: Re: BUG #1830: Non-super-user must be able to copy from a file
Next
From: "Sean Utt"
Date:
Subject: Re: BUG #1830: Non-super-user must be able to copy from a file