Re: It's a bug???? 8-()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: It's a bug???? 8-()
Дата
Msg-id 3066.972262581@sss.pgh.pa.us
обсуждение исходный текст
Ответ на It's a bug???? 8-()  (Vic <vic@dcc.dp.ua>)
Список pgsql-novice
Vic <vic@dcc.dp.ua> writes:
> create rule r_3 as
> on UPDATE to task_l.url do
> update task_l set start_time=now();

> psql:3.sql:3: ERROR:  attribute level rules currently not supported

You'll have better luck (and probably better performance, anyway) doing
this with an ON UPDATE trigger, instead of a rule.

            regards, tom lane

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

Предыдущее
От: Vic
Дата:
Сообщение: It's a bug???? 8-()
Следующее
От: Vic
Дата:
Сообщение: Re: It's a bug???? 8-()