Re: create index with substr function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: create index with substr function
Дата
Msg-id 10774.1098327554@sss.pgh.pa.us
обсуждение исходный текст
Ответ на create index with substr function  ("Ray" <ray_siu@ge-ts.com.hk>)
Ответы Re: create index with substr function  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-performance
"Ray" <ray_siu@ge-ts.com.hk> writes:
> CREATE INDEX idx_doc_substr_doc_urn ON doc USING btree (SUBSTR(doc_urn,10));
> ERROR:  parser: parse error at or near "10" at character 68

This will work in 7.4, but not older releases.

            regards, tom lane

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

Предыдущее
От: "Ray"
Дата:
Сообщение: create index with substr function
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: create index with substr function