Michael Fuhr wrote:
> On Sat, Feb 03, 2007 at 10:52:29AM -0600, Andrew Dunstan wrote:
>
>> I'd say fix psql. Not sure how far back we should backpatch it. It's
>> interesting that this has been there since 8.0 and is only now discovered.
>>
>
> The problem is new in 8.2 because COPY (query) doesn't support USING
> DELIMITERS. COPY tablename does, so it has worked all along.
>
>
oh, good point. OK, I have cut this quick patch that will continue to
accept the legacy syntax in psql in non-inline-query cases, but will
make psql unreservedly emit new style syntax for COPY to the backend.
Does that seem reasonable, or is it too much of a change for the stable
branch?
cheers
andrew
Attachment: copy.patch
Description: text/x-patch (3.9 KB)
In response to
Responses
pgsql-hackers by date
| Next: | From: Jan Wieck | Date: 2007-02-03 20:52:50 |
| Subject: Re: Proposal: Commit timestamp |
| Previous: | From: Matthias Luedtke | Date: 2007-02-03 19:02:36 |
| Subject: Re: --enable-debug does not work with gcc |
pgsql-patches by date
| Next: | From: Bruce Momjian | Date: 2007-02-03 23:46:56 |
| Subject: Re: date comparisons |
| Previous: | From: Michael Fuhr | Date: 2007-02-03 17:12:07 |
| Subject: Re: \copy (query) delimiter syntax error |