COPY TO with FORCE QUOTE *

Поиск
Список
Период
Сортировка
От Jackson Pauls
Тема COPY TO with FORCE QUOTE *
Дата
Msg-id f8ccd3a90808180528s99804dcp6157c89d2a028403@mail.gmail.com
обсуждение исходный текст
Список pgsql-sql
I would like to be able to force quotes on all columns in the COPY TO
command without having to name all columns explicitly. E.g.:

COPY a TO '/tmp/a.csv' WITH CSV FORCE QUOTE *;

Reading the documentation, there doesn't seem to be a way to do this.
Am I missing something? If not, could I submit this as a feature
request?

many thanks, jackson


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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Select function with set return type
Следующее
От: "Daniel Hernandez"
Дата:
Сообщение: Re: Join question