| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Pavel Golub <pavel(at)microolap(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | Re: raw output from copy |
| Date: | 2015-07-02 14:01:46 |
| Message-ID: | CAFj8pRDoW-LFYYQC05qjUJ8utmong-sZjTXP4a+vrEU21+_xTw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2015-07-02 15:43 GMT+02:00 Simon Riggs <simon(at)2ndquadrant(dot)com>:
> On 2 July 2015 at 14:02, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>
>>
>> Please don't top-post on the PostgreSQL lists. You've been around here
>> long enough to know that bottom posting is our custom.
>>
>> I posted a patch for this in 2013 at <
>> http://www.postgresql.org/message-id/50F2FA92.9040000@dunslane.net> but
>> it can apply to a SELECT, and doesn't need COPY. Nobody seemed very
>> interested, so I dropped it. Apparently people now want something along
>> these lines, which is good.
>>
>
> It's a shame that both solutions are restricted to either COPY or psql.
>
> Both of those are working on suggestions from Tom, so there is no history
> of preference there.
>
> Can we have both please, gentlemen?
>
> If we implemented Andrew's solution, how would we request it in a COPY
> statement? Seems like we would want the RAW format keyword anyway.
>
I prefer a COPY like solution - it can be used on both sides (server,
client), and it can be used little bit simply for psql -c "XXX" pattern.
Regards
Pavel
> --
> Simon Riggs http://www.2ndQuadrant.com/
> <http://www.2ndquadrant.com/>
> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2015-07-02 14:02:52 | Re: raw output from copy |
| Previous Message | Syed, Rahila | 2015-07-02 14:00:41 | Re: [PROPOSAL] VACUUM Progress Checker. |