Re: passing parameters to CREATE INDEX - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: passing parameters to CREATE INDEX
Date
Msg-id 1127281624.4877.2.camel@fuji.krosing.net
Whole thread Raw
In response to Re: passing parameters to CREATE INDEX  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: passing parameters to CREATE INDEX
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: pg_dump COMMENT ON DATABASE sometimes inappropriate
Next
From: "Qingqing Zhou"
Date:
Subject: Re: beta2 make check failed on Win32