[PATCH] Partial indices almost there

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема [PATCH] Partial indices almost there
Дата
Msg-id 20010711153419.A2082@svana.org
обсуждение исходный текст
Список pgsql-general
Well, I've done the patch against the latest CVS this time, making it easier
to merge in later.

Major features:
* You can create partial indices
* You can pg_dump them
* They have documentation
* The database will use them
* Disables EXTEND INDEX pending complete removal

Remaining issue:
* Vacuum destroys your index's partialness

I'm going to work on that tonight, I'll see how far I get.

You'll need to do an initdb after this (I think) because it adds a new
internal function. I used OID 1716, I hope nobody is using that one right
now.

http://svana.org/kleptog/pgsql/partial-indices-7.2.patch

--
Martijn van Oosterhout <kleptog@svana.org>
http://svana.org/kleptog/
> It would be nice if someone came up with a certification system that
> actually separated those who can barely regurgitate what they crammed over
> the last few weeks from those who command secret ninja networking powers.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: View prevents index
Следующее
От: "Joe Conway"
Дата:
Сообщение: Re: [PATCH] Partial indices almost there