Re: " " around fields with psql

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: " " around fields with psql
Дата
Msg-id jh57dc$lrh$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на " " around fields with psql  (Steve Clark <sclark@netwolves.com>)
Ответы Re: " " around fields with psql  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
On 2012-02-10, Steve Clark <sclark@netwolves.com> wrote:

> Is there a way with psql to get column output to be
> "data1","data2",...,"datan"

assuming you are trying to be compatible with CSV:

  copy ( your_query_here ) to stdout with csv header ;


--
⚂⚃ 100% natural

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

Предыдущее
От: David Waddy
Дата:
Сообщение: Re: CREATE TABLE AS does not support IF NOT EXISTS?
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: default database selector