Re: [SQL] Immutable function in index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Immutable function in index
Дата
Msg-id 28776.1089121079@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Immutable function in index  ("SZŰCS Gábor" <surrano@mailbox.hu>)
Список pgsql-bugs
"SZŰCS Gábor" <surrano@mailbox.hu> writes:
> tir=# CREATE INDEX ajanlat_cikk ON ajanlat (antinuller(cikk),
> antinuller(minoseg), tol);
> ERROR:  parser: parse error at or near "," at character 55

> I'm not sure what happened,

You're trying to use a 7.4 feature in 7.3.  Multiple functional columns
in one index is new in 7.4.
        regards, tom lane


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

Предыдущее
От: "SZŰCS Gábor"
Дата:
Сообщение: Immutable function in index
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1187: Problem in SQL Functions on Composite Types