Re: patch for COPY

Поиск
Список
Период
Сортировка
От Michael Adler
Тема Re: patch for COPY
Дата
Msg-id Pine.NEB.4.53.0302080924270.3347@reva.sixgirls.org
обсуждение исходный текст
Ответ на Re: patch for COPY  (Kris Jurka <books@ejurka.com>)
Ответы Re: patch for COPY
Список pgsql-jdbc

On Fri, 7 Feb 2003, Kris Jurka wrote:
> One of the failings of the copy protocol is that on error basically the
> connection is hosed.  Is it possible to reset the connection state on
> error for the user?

Assuming the rest of the driver can support this behavior, I'm guess that
we should make this optional.

> Also are there plans to support other elements of the COPY syntax?  For
> example NULL AS, OIDS, and column lists.

Yes. My current thinking is to provide a method that takes an arbitrary
COPY command. This also gives us backwards compatibility since the command
syntax has changed from 7.2 to 7.3.

Mike Adler

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: patch for COPY
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: PreparedStatement.executeBatch() error? 7.3