Re: [ADMIN] reg:file transfer error

2005-12-07 Thread Tom Lane
"sandhya" <[EMAIL PROTECTED]> writes: > ERROR: could not create server file "/tmp/sss.txt": Permission denied If /tmp is already mode 777, then the only reason I can think of for this is that you've got SELinux turned on and it's configured to forbid the postmaster from writing in /tmp. Possibly

Re: [ADMIN] reg:file transfer error

2005-12-07 Thread sandhya
- Original Message - From: R, Rajesh (STSD) To: sandhya Sent: Wednesday, December 07, 2005 3:37 PM Subject: RE: [ADMIN] reg:file transfer error Try setting write perm. in /tmp ..(chmod 777 /tmp). 'postgres' user needs to do the write.   -- Rajes

Fw: [ADMIN] reg:file transfer error

2005-12-07 Thread sandhya
  I did even i am not getting...Not only tmpin all directories i am unable to export - Original Message - From: R, Rajesh (STSD) To: sandhya Sent: Wednesday, December 07, 2005 3:37 PM Subject: RE: [ADMIN] reg:file transfer error Try setting write

[ADMIN] reg:file transfer error

2005-12-07 Thread sandhya
hi    when i am using select lo_export(filemanip.objid,'/tmp/sss.txt') from filemanip where fname = '/usr/sample.txt' ERROR:  could not create server file "/tmp/sss.txt": Permission denied please tell me what may be the problem.Any permissions i have to change? Where to modify inorder to