Re: Why doesn't COPY support the HEADER options for tab-separated output?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Why doesn't COPY support the HEADER options for tab-separated output?
Дата
Msg-id 520C9063.90409@archonet.com
обсуждение исходный текст
Ответ на Re: Why doesn't COPY support the HEADER options for tab-separated output?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Why doesn't COPY support the HEADER options for tab-separated output?
Re: Why doesn't COPY support the HEADER options for tab-separated output?
Список pgsql-general
On 12/08/13 23:18, Bruce Momjian wrote:
> On Mon, Aug 12, 2013 at 03:17:00PM -0700, Jeff Janes wrote:
>> On Mon, Aug 12, 2013 at 2:21 PM, Bruce Momjian <bruce@momjian.us> wrote:
>>> On Mon, Aug 12, 2013 at 02:15:25PM -0700, Joe Van Dyk wrote:
>>>> Mostly just curious, as this is preventing me from using tab-separated output.
>>>> I'd like there to be a header in my files. I have to use CSVs instead.

Late to the discussion, but it does work to set format=csv and delimiter
= E'\t' to get tab-separated. Be nice not to have to though.

--
   Richard Huxton
   Archonet Ltd


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

Предыдущее
От: Alexander Shutyaev
Дата:
Сообщение: vacuumdb uses a lot of disk
Следующее
От: Ivan Radovanovic
Дата:
Сообщение: Re: Getting list of supported types in Postgres