Re: ERROR: DefineIndex: index function must be marked iscachable
В списке pgsql-general по дате отправления:
| От | Martijn van Oosterhout |
|---|---|
| Тема | Re: ERROR: DefineIndex: index function must be marked iscachable |
| Дата | |
| Msg-id | 20020311234541.B24936@svana.org обсуждение исходный текст |
| Ответ на | ERROR: DefineIndex: index function must be marked iscachable (Lec <englim@pc.jaring.my>) |
| Список | pgsql-general |
On Mon, Mar 11, 2002 at 08:10:12PM +0800, Lec wrote: > With version 7.2, when I tried to create an index using the built-in > funtion date(), I got an error: > > ai=> create index stl_date on stl(date(stl_trxdate) ); > ERROR: DefineIndex: index function must be marked iscachable > > What does this mean? I could do so under version 7.1.2 When a function is marked "iscachable" it means that for the same input it will always produce the same output. This is obviously a desirable property for something you want to index on. So, add the "iscachable" function to the "create function" statement. -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > If the company that invents a cure for AIDS is expected to make their > money back in 17 years, why can't we ask the same of the company that > markets big-titted lip-syncing chicks and goddamn cartoon mice?
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера