Re: [BUGS] BUG #1830: Non-super-user must be able to copy from a file

2005-08-19 Thread Sean Utt
(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 #

Re: [GENERAL] [BUGS] BUG #1830: Non-super-user must be able to copy from a

2005-08-19 Thread Sean Utt
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

Re: [BUGS] BUG #1830: Non-super-user must be able to copy from a file

2005-08-19 Thread Sean Utt
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

Re: [BUGS] Problem with interval

2004-10-06 Thread Sean Utt
Daylight savings time falls back an hour and 11/01/2004 00:00:00 becomes the answer you got because 10/31/2004 has 25 hours in it. Sort of a bug in "real time" the interval was correct, but the day was longer than the interval.   Sean   - Original Message - From: Bruno Prévo