Re: problem on test perlu trigger function.

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: problem on test perlu trigger function.
Дата
Msg-id 6f8c66fd5a3c12667eff14d54a398d70@biglumber.com
обсуждение исходный текст
Ответ на problem on test perlu trigger function.  (Piaff33z <piaff33z@gmail.com>)
Ответы Re: problem on test perlu trigger function.
Список 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 по дате отправления:

Предыдущее
От: Piaff33z
Дата:
Сообщение: problem on test perlu trigger function.
Следующее
От: Piaff33z
Дата:
Сообщение: Re: problem on test perlu trigger function.