Re: COPY enhancements

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: COPY enhancements
Дата
Msg-id 1255079455.981.1.camel@hvost1700
обсуждение исходный текст
Ответ на Re: COPY enhancements  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: COPY enhancements
Список pgsql-hackers
On Thu, 2009-10-08 at 11:32 -0400, Robert Haas wrote:

> Another possible approach, which isn't perfect either, is the idea of
> allowing COPY to generate a single column of output of type text[].
> That greatly reduces the number of possible error cases, 

maybe make it bytea[] to further reduce error cases caused by charset
incompatibilities ?

> and at least
> gets the data into the DB where you can hack on it.  But it's still
> going to be painful for some use cases.
> 
> ...Robert

-- 
Hannu Krosing   http://www.2ndQuadrant.com
PostgreSQL Scalability and Availability   Services, Consulting and Training




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: COPY enhancements
Следующее
От: Greg Smith
Дата:
Сообщение: Re: how to use eclipse when debugging postgreSQL backend