Re: Help me please !

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Asatryan, Anahit" <Anahit(dot)Asatryan(at)lycos-europe(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Help me please !
Date: 2005-02-23 08:29:49
Message-ID: 421C3EFD.1010205@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Richard Huxton 2005-02-23 08:39:47 Re: Joins, Deletes and Indexes
Previous Message Christopher Browne 2005-02-23 05:35:26 Re: is pg_autovacuum so effective ?