Re: Monitoring with pg_controldata

Поиск
Список
Период
Сортировка
От Uwe C. Schroeder
Тема Re: Monitoring with pg_controldata
Дата
Msg-id 200907291559.40475.uwe@oss4u.com
обсуждение исходный текст
Ответ на Monitoring with pg_controldata  (Tim Uckun <timuckun@gmail.com>)
Ответы Re: Monitoring with pg_controldata
Список pgsql-general
On Wednesday 29 July 2009, Tim Uckun wrote:
>
> What is the issue here? Some sort of a timezone problem? How do I tell
> it what time zone to use?
>
> Thanks.


cron runs programs in a very limited environment. Things like TZ etc. are
usually not set. To see what your cron sets, just run a shell script with
something like

#!/bin/sh
env

and look at the email you get with the output.
Read the cron/crontab manpage. It tells you how to set environment variables
for your scripts.

HTH

    UC

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

Предыдущее
От: Tim Uckun
Дата:
Сообщение: Monitoring with pg_controldata
Следующее
От: Chris
Дата:
Сообщение: Re: combining db's- importing primary keys