Re: passing parameters to CREATE INDEX

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: passing parameters to CREATE INDEX
Дата
Msg-id 433067F6.6050607@dunslane.net
обсуждение исходный текст
Ответ на passing parameters to CREATE INDEX  (Oleg Bartunov <oleg@sai.msu.su>)
Список 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 по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: DISTINCT vs. GROUP BY
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: passing parameters to CREATE INDEX