Copy from stdin????? - Mailing list pgsql-jdbc

From Art McCready
Subject Copy from stdin?????
Date
Msg-id 3AC4E433.2040900@linmor.com
Whole thread Raw
List 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



pgsql-jdbc by date:

Previous
From: sugumar rathinam
Date:
Subject: about jdbc driver connection(urgent)
Next
From: "B.N.V. Raman"
Date:
Subject: RE: Problem connecting to JDBC 7.0-1.2 driver