[DOCS] Postgres copy command

Поиск
Список
Период
Сортировка
От shweta.bhandari@gmail.com
Тема [DOCS] Postgres copy command
Дата
Msg-id 20161216143749.13338.34884@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.1/static/sql-copy.html
Description:

When exporting table data to csv boolean value true is written as 't' and
false as 'f'. 

Also I am not able to add quotes to any of the values. 

Following is the command I am using 
COPY "OldModel"."Skills__c" TO
'D:\CopyOutCommandResults\Skill_Category__c.csv' DELIMITER ',' CSV HEADER
QUOTE '"'

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

Предыдущее
От: James McLean
Дата:
Сообщение: [DOCS] Correction: Hashing speeds
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [DOCS] Missing tablespace_option | effective_io_concurrency