Re: Help me please !

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Help me please !
Дата
Msg-id 421C3EFD.1010205@archonet.com
обсуждение исходный текст
Ответ на Help me please !  ("Asatryan, Anahit" <Anahit.Asatryan@lycos-europe.com>)
Список pgsql-performance
Asatryan, Anahit wrote:
> I am running postgreSQL 8.0.1 under the Windows 2000. I want to use COPY
> FROM STDIN function from Java application, but it doesn't work, it
> throws:
>
> "org.postgresql.util.PSQLException: Unknown Response Type G"  error.

I don't think that there is a "STDIN" if you are executing via JDBC. The
only workaround I know of is to create a file and copy from that, which
you already have working.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: David Haas
Дата:
Сообщение: join vs. subquery
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Joins, Deletes and Indexes