Re: passing parameters to CREATE INDEX

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: passing parameters to CREATE INDEX
Date: 2005-09-20 19:50:14
Message-ID: 433067F6.6050607@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-09-20 20:10:32 Re: passing parameters to CREATE INDEX
Previous Message Jim C. Nasby 2005-09-20 19:40:41 Re: DISTINCT vs. GROUP BY