Copy from stdin?????

From: Art McCready <artm(at)linmor(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Copy from stdin?????
Date: 2001-03-30 19:53:23
Message-ID: 3AC4E433.2040900@linmor.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Help Needed....

I have a Java program that is trying to execute a "copy tempfile from
stdin". The following error occurs. "Unknown Response Type".

I have a thread (called Producer) that is piping back data to another
thread (called Collector) that is trying to copy the piped data to a
Postgres database called tempfile. I know that there is data there,
because I can print it. If I do a "copy tempfile from (a data file)" its
works, but not from stdin.

Any ideas.

Thanks

Art

Browse pgsql-jdbc by date

  From Date Subject
Next Message B.N.V. Raman 2001-03-31 09:38:32 RE: Problem connecting to JDBC 7.0-1.2 driver
Previous Message B.N.V. Raman 2001-03-30 17:09:31 RE: Problem connecting to JDBC 7.0-1.2 driver