Re: Problemas with gram.y

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: Problemas with gram.y
Дата
Msg-id 20060307190921.4A6E.ITAGAKI.TAKAHIRO@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Problemas with gram.y  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Problemas with gram.y  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> > CREATE INDEX foo ON bar (x) WITH (fillfactor = 70, option = blah);
> 
> Yeah, something along this line is what I'd like to see; probably the
> first form since that creates the least hazard of foreclosing other
> additions to the syntax later.

> Anyway the bottom line is that we need to put in some infrastructure
> that can handle multiple index parameters, not a one-off solution that
> only handles PCTFREE.

Ok, I'll rewrite my PCTFREE patch, and change the word PCTFREE to FILLFACTOR.
There is no benefit of compatibility with Oracle now.

Current all index access methods (btree, hash and gist) have conception of
fillfactors, but static bitmap index or something may not have it.
I see that we should give priority to the design.

---
ITAGAKI Takahiro
NTT Cyber Space Laboratories




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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Coverity Open Source Defect Scan of PostgreSQL
Следующее
От: "Eduardo Morelli"
Дата:
Сообщение: Fw: Problemas with gram.y