Re: index on function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: index on function
Дата
Msg-id 15657.1053696212@sss.pgh.pa.us
обсуждение исходный текст
Ответ на index on function  (You Lun <youlun2000@yahoo.com>)
Список pgsql-hackers
You Lun <youlun2000@yahoo.com> writes:
> I want to create a function index like this:
> create index idx on R (f(R))
> But it doesn't pass PostgreSQL's grammar.

Right now you have no alternative but to spell out all the columns of R.

There has been talk of fixing this by replacing functional indexes with
indexes over general expressions, but I dunno how soon it will happen.
        regards, tom lane


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

Предыдущее
От: "Peter Galbavy"
Дата:
Сообщение: Re: $PostgreSQL$ for revision info
Следующее
От: Tom Lane
Дата:
Сообщение: Re: problem inserting tuples with access methods