Re: passing parameters to CREATE INDEX

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: passing parameters to CREATE INDEX
Дата
Msg-id 8675.1127253935@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: passing parameters to CREATE INDEX  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Martijn van Oosterhout <kleptog@svana.org> writes:
> What syntax were you envisioning? Does this value just need to be
> passed to GiST at the creation of the the index, or does it actually
> need to remembered by the backend and passed each call?

I should think that the index ought to remember any such info for itself
(eg, in the metapage).  Putting it somewhere else, such as the pg_index
row for the index, would force a one-size-fits-all approach.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: DISTINCT vs. GROUP BY
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: DISTINCT vs. GROUP BY