Re: Good Delimiter for copy command

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: Good Delimiter for copy command
Дата
Msg-id 20090210194111.GY3008@frubble.xen.chris-lamb.co.uk
обсуждение исходный текст
Ответ на Good Delimiter for copy command  (SHARMILA JOTHIRAJAH <sharmi_jo@yahoo.com>)
Ответы Re: Good Delimiter for copy command  (SHARMILA JOTHIRAJAH <sharmi_jo@yahoo.com>)
Список pgsql-general
On Tue, Feb 10, 2009 at 07:07:42AM -0800, SHARMILA JOTHIRAJAH wrote:
> What is a good delimiter to use for COPY command. Im trying to use
> COPY command to copy data from one table to another in 2 different
> databases.
> Can you suggest a unique delimiter that I can use for this COPY command

If you're fixed with using COPY then what about just using CSV mode?

  COPY table TO STDOUT WITH CSV;

If not then why not use pg_dump?


  Sam

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

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: does anyone know what to use in pg_hba.conf that will allow me to run cronjobs with pg_dump?
Следующее
От: Iñigo Barandiaran
Дата:
Сообщение: Fwd: createdb.exe and psql.exe without Promting Password