Re: passing parameters to CREATE INDEX

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: passing parameters to CREATE INDEX
Дата
Msg-id 1127281624.4877.2.camel@fuji.krosing.net
обсуждение исходный текст
Ответ на Re: passing parameters to CREATE INDEX  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: passing parameters to CREATE INDEX  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
On K, 2005-09-21 at 09:01 +0400, Oleg Bartunov wrote:
> On Tue, 20 Sep 2005, Martijn van Oosterhout wrote:
> > 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? At the moment
> > there is some discussion on changes to the index interface so now is
> > the time to ask for what you want...
> 
> it'd be nice if parameters could be passed at the creation time only and
> somehow stored, so other functions could retrieve them. It's not 
> convenient but also safe.

If not changing syntax is essential, then these could be passed by some
GUC variables at index create time, then stored. 

This way one could have as many configurables a one likes .

-- 
Hannu Krosing <hannu@skype.net>



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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: pg_dump COMMENT ON DATABASE sometimes inappropriate
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: beta2 make check failed on Win32