Re: COPY improvements

Поиск
Список
Период
Сортировка
От nconway@klamath.dyndns.org (Neil Conway)
Тема Re: COPY improvements
Дата
Msg-id 20020726011723.GB25060@klamath.dyndns.org
обсуждение исходный текст
Ответ на COPY improvements  (nconway@klamath.dyndns.org (Neil Conway))
Ответы Re: COPY improvements  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: COPY improvements  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: COPY improvements  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Thu, Jul 25, 2002 at 04:25:35PM -0400, Neil Conway wrote:
> The attached patch completes the following TODO item:
>
>     * Generate failure on short COPY lines rather than pad NULLs

I've attached an improved patch. This patch fixes a regression test
failure in the previous patch, updates the documentation for the
new behavior of COPY, and makes the handling of COPY TO/FROM
WITH OIDS into a table without OIDs more consistent (plus regression
tests for the same).

I'm not sure if the "bail out if we encounter extra data" check
is too strict -- any comments?

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Вложения

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

Предыдущее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: COPY improvements
Следующее
От: Rod Taylor
Дата:
Сообщение: GET DIAGNOSTICS example