Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA16612; Wed, 26 May 93 04:35:27 -0700
Message-Id: <9305261135.AA16612@postgres.Berkeley.EDU>
From: Wolf Guddat <wfguddat@faui63.informatik.uni-erlangen.de>
Subject: 755 Rights
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.berkeley.edu
Date: Wed, 26 May 1993 13:35:44 +0200 (MET DST)
X-Mailer: ELM [version 2.4 PL21]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 741       

Hi everybody,

i don't know if it is important what i want to let
you know. However it took me a long time to figure
out what i was doing wrong. 

The problem was the following:

Inside of my dynamically loaded user functions i tried to write some 
standard UNIX-files, which were designed for non-postgres use. 

That didn't work. 
The final solution of this problem is, that during
execution of my user-defined function, these were owned by "postgres" and
not by "me". The effect was that the backend couldn't write to my 
homedirectory, which had the standard rights rwxr-xr-x (755).
So i changed the rights to 777 and all was OK. This is not very nice
because now everyone can access my directory, but that's another problem.

Bye Wolf

