Re: QUERY A PSQL DB USING CRONTAB

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: QUERY A PSQL DB USING CRONTAB
Дата
Msg-id 1127308711.22314.12.camel@localhost.localdomain
обсуждение исходный текст
Ответ на QUERY A PSQL DB USING CRONTAB  (Sigrid Meneses <sigridmeneses@gmail.com>)
Ответы Re: QUERY A PSQL DB USING CRONTAB  (Sigrid Meneses <sigridmeneses@gmail.com>)
Список pgsql-novice
On Wed, 2005-09-21 at 06:20 -0500, Sigrid Meneses wrote:
> ... when i add mi script to the crontab, it genrates a file with 0
> Kb , i dont know why can you help me?
>
> FECH=`/bin/date +%Y%m%d`
> #Se hace la busqueda en la base de datos
> cd /home/swuser/MDNIMSI
> psql oampwms_4_1_0_0 -c "select
> whlr_subscriber_profile.subscriber_id,whlr_mdn.m
> dn from whlr_subscriber_profile,whlr_mdn where whlr_mdn.id =
> whlr_subscriber_pro
> file.mdn;" > pttsubs$FECH.txt
>
...
>
> -rw-rw-r--    1 swuser   swuser          0 Sep 16 00:30
> pttsubs050916.txt

You probably need to set PATH in the script to include where to find
psql, or else use the full path in the psql command.  Cron only has a
very restricted path set for it.

Oliver Elphick


В списке pgsql-novice по дате отправления:

Предыдущее
От: Sigrid Meneses
Дата:
Сообщение: QUERY A PSQL DB USING CRONTAB
Следующее
От: "Tjibbe"
Дата:
Сообщение: Example stored function generating and returning XML