CLUSTER TODO item

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема CLUSTER TODO item
Дата
Msg-id Pine.LNX.4.21.0109232225040.4775-100000@linuxworld.com.au
обсуждение исходный текст
Ответы Re: CLUSTER TODO item
Список pgsql-hackers
Hi guys,

I've been looking at CLUSTER today. I've put together a patch which
recreates all the indices which current CLUSTER drops and copies relacl
from the old pg_class tuple and puts it in the new one. 

I was working on updating pg_inherits to handle the new OID when it
occured to me that pg_inherits is not the only system table
corrupted. pg_trigger, pg_rewrite (and therefore views) and pg_description
need to be updated as well. It seems like the easiest thing to do would be
to update the new relation to have to OID of the old relation. Is there
any reason why we would not want to do this?

Gavin



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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: mutibyte aware functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: mutibyte aware functions