Re: problem on test perlu trigger function. - Mailing list pgsql-interfaces

From Greg Sabino Mullane
Subject Re: problem on test perlu trigger function.
Date
Msg-id 6f8c66fd5a3c12667eff14d54a398d70@biglumber.com
Whole thread Raw
In response to problem on test perlu trigger function.  (Piaff33z <piaff33z@gmail.com>)
Responses Re: problem on test perlu trigger function.  (Piaff33z <piaff33z@gmail.com>)
List pgsql-interfaces
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160


> if (! -d  "$PATHBASE/$_TD->{new}{categorie}") {
>          `sudo -u http mkdir "$PATHBASE/$_TD->{new}{categorie}"`;
>       }

> Sudo function is performed in spite of the presence of directory ! It as
> if  "-d" serve has nothing...
>
> Anybody knows why?

Because the directory is created and owned by the http user, but is not
visible to the process that runs this function (postgres). One solution
would be to skip the test and call mkdir -p. Another would be to set
the permissions so that the postgres user can see the directories
inside of $PATHBASE.

- --
Greg Sabino Mullane greg@turnstep.com
End Point Corporation
PGP Key: 0x14964AC8 200909050729
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAkqiS88ACgkQvJuQZxSWSshetgCbB3ao2kGembYXswSu7fQ77NFH
4lEAoMfBRsbbNMg4g8wSgIJ6iE+mhFHC
=esTM
-----END PGP SIGNATURE-----




pgsql-interfaces by date:

Previous
From: Piaff33z
Date:
Subject: problem on test perlu trigger function.
Next
From: Piaff33z
Date:
Subject: Re: problem on test perlu trigger function.