Re: SQL Script contains COPY FROM STDIN

From: Kris Jurka <books(at)ejurka(dot)com>
To: Ravi Chaddha <ravi_chaddha(at)yahoo(dot)co(dot)in>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SQL Script contains COPY FROM STDIN
Date: 2006-02-06 17:14:01
Message-ID: Pine.BSO.4.61.0602061213080.20592@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 6 Feb 2006, Ravi Chaddha wrote:

> SQL file contains COPY from stdin statements. Please
> let me know how can I execute this from JDBC, if
> possible. Or what is the procedure to populate that
> specific data (COPY from stdin statements).

The current driver cannot process COPY FROM STDIN statements, but there
are patches that have been posted to this list that allow COPY commands to
be run, search the archives if you're interested.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ralph Moser 2006-02-06 17:50:01 Re: Bug Report
Previous Message Kris Jurka 2006-02-06 17:13:04 Re: Bug Report