Re: Index on computed column

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Index on computed column
Дата
Msg-id 20040426182328.GB1580@dcc.uchile.cl
обсуждение исходный текст
Ответ на Index on computed column  (han.holl@pobox.com (Han Holl))
Список pgsql-general
On Tue, Apr 20, 2004 at 12:48:42PM -0700, Han Holl wrote:

> Can anyone explain to me what I'm doing wrong:
> (The first select is to show that the function rubriek exists, and does work).
> I want to create an index on a computed column:

Functional indexes could not have constants in 7.3; you can build a
wrapper function with the constant embedded, and create an index using
the wrapper function.

Or you can just use 7.4.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La virtud es el justo medio entre dos defectos" (Aristóteles)

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: tsearch2 and bytea
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Replication