Re: COPY table FROM STDIN doesn't show count tag - Mailing list pgsql-hackers

From Robert Haas
Subject Re: COPY table FROM STDIN doesn't show count tag
Date
Msg-id CA+TgmoaCXXOJ18-CBZg0g7tvQmGy=-S2x_s9RkGmo3SQGu-Fqg@mail.gmail.com
Whole thread Raw
In response to Re: COPY table FROM STDIN doesn't show count tag  (Amit Khandekar <amit.khandekar@enterprisedb.com>)
Responses Re: COPY table FROM STDIN doesn't show count tag  (Amit Khandekar <amit.khandekar@enterprisedb.com>)
List pgsql-hackers
On Wed, Nov 20, 2013 at 4:56 AM, Amit Khandekar
<amit.khandekar@enterprisedb.com> wrote:
> So I think it is best to solve this as a different issue, and we should ,
> for this commitfest,  fix only COPY FROM. Once the \COPY existing issue is
> solved, only then we can start printing the \COPY TO status as well.

I actually think that we should probably fix the \COPY issue first.
Otherwise, we may end up (for example) changing COPY FROM in one
release and COPY TO in the next release, and that would be annoying.
It does cause application compatibility problems to some degree when
we change things like this, so it's useful to avoid doing it multiple
times.  And I can't really see a principled reason for COPY FROM and
COPY TO to behave differently, either.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Amit Khandekar
Date:
Subject: Re: COPY table FROM STDIN doesn't show count tag
Next
From: Robert Haas
Date:
Subject: Re: additional json functionality