COPY with column list

Поиск
Список
Период
Сортировка
От Brent Verner
Тема COPY with column list
Дата
Msg-id 20020710061214.GA24579@rcfile.org
обсуждение исходный текст
Ответы Re: COPY with column list  (nconway@klamath.dyndns.org (Neil Conway))
Re: COPY with column list  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: COPY with column list  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
The attached patch (against HEAD) implements

  COPY x (a,d,c,b) from stdin;
  COPY x (a,c) to stdout;

as well as the corresponding changes to pg_dump to use the new
functionality.  This functionality is not available when using
the BINARY option.  If a column is not specified in the COPY FROM
statement, its default values will be used.

In addition to this functionality, I tweaked a couple of the
error messages emitted by the new COPY <options> checks.

cheers.
  brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: implementing query timeout
Следующее
От: sugita@sra.co.jp
Дата:
Сообщение: install-sh patch for Mac OS X