Re: Scheduling data input from tab delimited file via php

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Scheduling data input from tab delimited file via php
Дата
Msg-id 9633.1154924669@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Scheduling data input from tab delimited file via php  ("Dylan Fogarty-MacDonald" <dylan.fm@gmail.com>)
Список pgsql-novice
"Dylan Fogarty-MacDonald" <dylan.fm@gmail.com> writes:
> Can postgres be scheduled for actions like this? Or will I need to
> have the php file schedule the action itself?

Postgres has no built-in job scheduling facility --- our standard answer
is "use cron, we see no need to reinvent that wheel".  If PHP offers
something comparable, and you're more familiar with it than with cron,
by all means use PHP.

            regards, tom lane

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

Предыдущее
От: "Dylan Fogarty-MacDonald"
Дата:
Сообщение: Scheduling data input from tab delimited file via php
Следующее
От: Srinivas Iyyer
Дата:
Сообщение: Did I wipe off my database -- please help - urgent