Re: Index USING in pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index USING in pg_dump
Дата
Msg-id 5762.1015564502@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Index USING in pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Index USING in pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> This is possible because btree is the default.  TODO item is:
>     * Remove USING clause from pg_get_indexdef() if index is btree (Bruce)

I do not think this is necessary or helpful.  The only possible
reason to change it would be if we thought btree might someday
not be the default index type --- but no such change is on the
horizon.  And if one was, you've just embedded special knowledge
about btree in yet one more place...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patch for removal of RULE bracket use
Следующее
От: Tom Lane
Дата:
Сообщение: Re: privileges regression problem on freebsd/alpha