Really bad/weird stuff with views over tables in 7.0.2

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Really bad/weird stuff with views over tables in 7.0.2
Дата
Msg-id 20000902094257.T18862@fw.wintelcom.net
обсуждение исходный текст
Ответы Re: Really bad/weird stuff with views over tables in 7.0.2
Re: Really bad/weird stuff with views over tables in 7.0.2
Список pgsql-hackers
There's two problems here that kept me up all night hacking
in order to keep my system from crashing an burning so bear with
me if you can.

If you define a table and then create a select query rule over it
then drop the rule the table will be gone.

Another related problem is that let's say you have done this and
the table you've "hidden" with a view is rather large and has
indexes then postgresql will seriously choke on trying to 
vacuum and/or vacuum analyze the table which is really a view!

thanks,
-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A fine point about OUTER JOIN semantics
Следующее
От: Tom Lane
Дата:
Сообщение: Yet another LIKE-indexing scheme