This is silly.
The bug being reported is that a non-super-user can't copy from a server
side file with JDBC.
There are a jillion (no, really, a jillion) other ways to accomplish this,
because as is the Perl motto, there is more than one way to do it.
If this is really so important, Bernard
Yeah, I'm -vvv tonight.
psql provides \COPY table from file
how about
String cmd = "psql -c '\COPY table from file' -U user -d database"
Process p = Runtime.getRuntime( ).exec( cmd );
yatta yatta yatta, blah blah blah
naturally, if the database/server doesn't trust you, you'll have to jump
som
(http://phppgadmin.org/) and have come to some compromise.
Dump the vinegar, try the honey.
Sean
- Original Message -
From: "Bernard" <[EMAIL PROTECTED]>
To: "Sean Utt" <[EMAIL PROTECTED]>
Sent: Friday, August 19, 2005 1:52 AM
Subject: Re: [BUGS] BUG #