Re: Possible enhancement : replace view ?

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Possible enhancement : replace view ?
Дата
Msg-id 1029273504.4744.75.camel@rh72.home.ee
обсуждение исходный текст
Ответ на Possible enhancement : replace view ?  (Emmanuel Charpentier <charpent@bacbuc.dyndns.org>)
Список pgsql-hackers
On Wed, 2002-08-14 at 04:08, Emmanuel Charpentier wrote:
> Dear all,
> 
...

> Of course, I am aware that view definitions aren't just stored, but that 
>   a lot of rewriting is involved before storing the actual execution 
> plan.    Modifying a view definition would entail re-processing of other 
> view definitions. But so is the case with the modification of a table ...
> 
> What do you think ?

I'm trying to propose a scenario where

1. The SELECT clause defining the view is preserved

2. DROP of undrlying table/column will _not_ drop the view, but just
mark it dirty

3. Using the view checks for the dirty flag and if it is set tries to
recreate the view from its plaintext definition.

---------------
Hannu



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Temporary Views
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Temporary Views