Re: Rules

Поиск
Список
Период
Сортировка
От Einar Karttunen
Тема Re: Rules
Дата
Msg-id 20011107152757.A13991@cs.helsinki.fi
обсуждение исходный текст
Ответ на Rules  (Seth Milder <mrseth@physics.gmu.edu>)
Список pgsql-novice
On Tue, Nov 06, 2001 at 10:27:13AM -0500, Seth Milder wrote:
> Hi list,
>
> I would like to create a rule to generate running statistics on other
> tables. The problem is, after I create a rule, I cannot view it. Is
> there a way to display or edit rules in postgres? Also are rules permanent?
>
You can get a listing of all rules with:
SELECT * FROM pg_rules;
To delete a rule use simply:
DROP RULE rulename;

- Einar Karttunen

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

Предыдущее
От: "calios"
Дата:
Сообщение:
Следующее
От: Jason Earl
Дата:
Сообщение: Re: