Re: copy to stdout/copy from stdin - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: copy to stdout/copy from stdin
Date
Msg-id Pine.BSO.4.56.0410151052040.6589@leary.csoft.net
Whole thread Raw
In response to copy to stdout/copy from stdin  ("David Parker" <dparker@tazznetworks.com>)
List pgsql-jdbc

On Fri, 15 Oct 2004, David Parker wrote:

> Is it possible to use the "copy <table> to stdout" and "copy <table>
> from stdin" idiom with JDBC?

Not with the standard jdbc driver.  I produced a patch allowing this some
time ago, but it needs some additional work before it goes into the main
tree.  I had some big goals of producing a very friendly user interface
(not just BinaryStreams), but that doesn't look like it's going to happen
for the 8.0 release.  Perhaps I should go back and revisit the plain
stream API.

http://archives.postgresql.org/pgsql-jdbc/2003-12/msg00186.php

Kris Jurka

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: corba example missing makefile
Next
From: Oliver Jowett
Date:
Subject: Re: A solution to the SSL customizing problem