View consistency

Поиск
Список
Период
Сортировка
От David M. Richter
Тема View consistency
Дата
Msg-id 3BE15A2F.B0CDF610@dkfz.de
обсуждение исходный текст
Ответы Re: View consistency
Re: View consistency
Список pgsql-sql
Hello!

Im using several views for the Usermanagment of a database.
My question is:

How does postgres keep the views consistent to the according tables( if
the original table has been changed)?

Is there a Rule? and how is the Rule invoked. With ON DELETE UPDATE
INSERT of the original table?
I didnt found any Rule in pg_rules.
There should be a rule, because I cannot imagine another way wich tells
the view that the table has been changed.

The problem is: If updating the view takes too much time after every
little manipulation, I couldnt use views for usermanagement because of
performance problems.
Any hints and facts?

Thanks in advance

David
Вложения

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

Предыдущее
От: Radu-Adrian Popescu
Дата:
Сообщение: Re: How to use BYTEA type?
Следующее
От: "Md Aminur Rashid"
Дата:
Сообщение: problem in group by