Re: Interesting COPY edge case...

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Interesting COPY edge case...
Date: 2005-07-27 15:26:44
Message-ID: 20050727152644.GA12993@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 26, 2005 at 17:56:42 -0400,
Chris Browne <cbbrowne(at)acm(dot)org> wrote:
>
> There is evidently Something Strange about the state of stdout when it
> is referenced inside a stored procedure.

I suspect this is related to trusted PLs not being able to write files.
It does seem like a problem that COPY has access to stdout in one case
and not the other.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-27 15:30:10 Re: ENUM type
Previous Message Stephan Szabo 2005-07-27 14:17:23 Re: Idea - optimising (left) joins?