Re: [HACKERS] Performance testing of COPY (SELECT) TO - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: [HACKERS] Performance testing of COPY (SELECT) TO
Date
Msg-id 20060828144436.GG27526@alvh.no-ip.org
Whole thread Raw
In response to Re: [HACKERS] Performance testing of COPY (SELECT) TO  (Böszörményi Zoltán <zboszor@dunaweb.hu>)
Responses Re: [HACKERS] Performance testing of COPY (SELECT) TO  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
Böszörményi Zoltán wrote:
> Hi,
>
> what's the problem with COPY view TO, other than you don't like it? :-)

The problem is that it required a ugly piece of code.  Not supporting it
means we can keep the code nice.  The previous discussion led to this
conclusion anyway so I don't know why we are debating it again.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-patches by date:

Previous
From:
Date:
Subject: updated patch for selecting large results sets in psql using cursors
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Performance testing of COPY (SELECT) TO