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

From Andrew Dunstan
Subject Re: passing parameters to CREATE INDEX
Date
Msg-id 433067F6.6050607@dunslane.net
Whole thread Raw
In response to passing parameters to CREATE INDEX  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers

Oleg Bartunov wrote:

> Hi there,
>
> it's desirable to be able to pass parameters to CREATE INDEX for
> GiST indices. Does SQL standard has something about that so we could
> implement it for 8.2 ?


According to the docs:

"CREATE INDEX is a PostgreSQL language extension. There are no 
provisions for indexes in the SQL standard."

So we could do whatever we like.

cheers

andrew



pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: DISTINCT vs. GROUP BY
Next
From: Martijn van Oosterhout
Date:
Subject: Re: passing parameters to CREATE INDEX