Re: raw output from copy

Поиск
Список
Период
Сортировка
Искать
От
Peter Eisentraut
Тема
Re: raw output from copy
Дата
Msg-id
552EC4D0.3030908@gmx.net
Ответ на
Re: raw output from copy (Pavel Stehule)
Список
Дерево обсуждения
raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Peter Eisentraut <peter_e@gmx.net>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Golub <pavel@microolap.com>
Re: raw output from copy Simon Riggs <simon@2ndQuadrant.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy Simon Riggs <simon@2ndQuadrant.com>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy Tom Lane <tgl@sss.pgh.pa.us>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy "Dickson S. Guedes" <listas@guedesoft.net>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Craig Ringer <craig@2ndquadrant.com>
Re: raw output from copy Heikki Linnakangas <hlinnaka@iki.fi>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Heikki Linnakangas <hlinnaka@iki.fi>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Tom Lane <tgl@sss.pgh.pa.us>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy "Daniel Verite" <daniel@manitou-mail.org>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy "Daniel Verite" <daniel@manitou-mail.org>
Re: raw output from copy Tom Lane <tgl@sss.pgh.pa.us>
Re: raw output from copy "Daniel Verite" <daniel@manitou-mail.org>
Re: raw output from copy "David G. Johnston" <david.g.johnston@gmail.com>
Re: raw output from copy Tom Lane <tgl@sss.pgh.pa.us>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Tom Lane <tgl@sss.pgh.pa.us>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Tom Lane <tgl@sss.pgh.pa.us>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Robert Haas <robertmhaas@gmail.com>
Re: raw output from copy Andrew Dunstan <andrew@dunslane.net>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Michael Paquier <michael.paquier@gmail.com>
Re: raw output from copy Haribabu Kommi <kommi.haribabu@gmail.com>
Re: raw output from copy Haribabu Kommi <kommi.haribabu@gmail.com>
Re: raw output from copy Kohei KaiGai <kaigai@kaigai.gr.jp>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Kohei KaiGai <kaigai@kaigai.gr.jp>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Kohei KaiGai <kaigai@kaigai.gr.jp>
Re: raw output from copy Craig Ringer <craig@2ndquadrant.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Craig Ringer <craig@2ndquadrant.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Ildar Musin <i.musin@postgrespro.ru>
Re: raw output from copy Corey Huinker <corey.huinker@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Corey Huinker <corey.huinker@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy David Steele <david@pgmasters.net>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy "Daniel Verite" <daniel@manitou-mail.org>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
Re: raw output from copy Simon Riggs <simon@2ndQuadrant.com>
Re: raw output from copy Pavel Stehule <pavel.stehule@gmail.com>
On 4/10/15 5:26 PM, Pavel Stehule wrote:
> Hi
> 
> I wrote a prototype of this patch, and it works well
> 
> postgres=# set client_encoding to 'latin2';
> SET
> Time: 1.488 ms
> postgres=# \copy (select xmlelement(name xx, d) from d) to ~/d.xml
> (format 'raw')
> COPY 1
> Time: 1.108 ms
> postgres=# copy (select xmlelement(name xx, d) from d) to stdout (format
> 'raw') ;
> příliš žluťoučký
> kůňTime: 1.000 ms

I think you can get the same thing using regular psql output and just
turning off all field and record separators and tuple headers and so on.



В списке pgsql-hackers по дате отправления
От: Alvaro Herrera
Дата:
От: Simon Riggs
Дата:
FAQ