Re: [SQL] lo_export and files permissions

2000-08-16 Thread Mike Baroukh
"rm -f". But I can't delete using Java's File object. Mike - Original Message - From: Guo Bin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 16, 2000 11:31 AM Subject: Re: [SQL] lo_export and files permissions

Re: [SQL] lo_export and files permissions

2000-08-16 Thread Guo Bin
Hi, I was using sql lo_export function before upgraded to 7.0 (which doesn't allow non-admin to call it). So if possible, you can use the client function lo_export to extract the blob. I know it's simple in Perl DBI but not sure about java. Another work-around might be to lo_export the file to

[SQL] lo_export and files permissions

2000-08-16 Thread mike . baroukh
De: Mike Baroukh <[EMAIL PROTECTED]> À: <[EMAIL PROTECTED]> Objet: lo_export and files permissions Date : lundi 14 août 2000 10:44 Hi everybody. Who can help me with a lo_export() problem ? : I'm using lo_export function in sql statement with pgsql 6.5 on Linux RH 6.2. Data are exported fine. M