Re: \copy (query) delimiter syntax error - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: \copy (query) delimiter syntax error
Date
Msg-id 20070203171207.GA89295@winnie.fuhr.org
Whole thread Raw
In response to Re: \copy (query) delimiter syntax error  ("Andrew Dunstan" <andrew@dunslane.net>)
Responses Re: \copy (query) delimiter syntax error  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
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.

-- 
Michael Fuhr


pgsql-hackers by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: \copy (query) delimiter syntax error
Next
From: Stephan Szabo
Date:
Subject: Re: Referential Integrity and SHARE locks