Re: Help in Parsing PG log usings CSV format

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Help in Parsing PG log usings CSV format
Дата
Msg-id jkmhp3$f8n$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Help in Parsing PG log usings CSV format  (Arvind Singh <arvindps@hotmail.com>)
Список pgsql-general
On 2012-03-22, Martin Gregorie <martin@gregorie.org> wrote:

> Thats fairly standard. A good CSV parser only requires a field to be
> quoted if it contains commas or quotes.

quotes,commas, or linebreaks

copy ( values (2,'comma, etc'),(3,'and "quote".'),(1,'line
break') ) to stdout with csv;

--
⚂⚃ 100% natural


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

Предыдущее
От: Bosco Rama
Дата:
Сообщение: Re: table alias for update
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: can these queries be combined into one?