Bug In COPY TO?

Поиск
Список
Период
Сортировка
От Bill Thoen
Тема Bug In COPY TO?
Дата
Msg-id 48EF740C.50300@gisnet.com
обсуждение исходный текст
Ответы Re: Bug In COPY TO?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I noticed that in PG 8.1 the docs for COPY TO say that you can use WITH
HEADER, but when I do that it throws an error saying that this works
only in CSV mode. Is this a bug or do I have something wrong with my syntax?

COPY mytable TO '/data/out.txt'
   WITH HEADER DELIMITER '|' NULL '' ;

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

Предыдущее
От: Pascal Cohen
Дата:
Сообщение: Improve dump and restore time
Следующее
От: "blackwater dev"
Дата:
Сообщение: grabbing date of last Sunday?