From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | erobles <erobles(at)sensacd(dot)com(dot)mx> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: how can i mark date function like iscachable |
Date: | 2009-08-03 19:28:05 |
Message-ID: | 162867790908031228h3f3bc801l9f8273fad6c02e6c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello
2009/8/3 erobles <erobles(at)sensacd(dot)com(dot)mx>:
> another thing i tried to do was:
>
> create or replace function lafecha(timestamp with time zone) returns date
> as 'select date($1);'
> language 'SQL'
> with iscachable;
>
try to use IMMUTABLE
Pavel
>
> But i got the message: ERROR parser: parse error at or near "iscachable";
> if avoid "with iscachable" string the fucntion was created succesfully.
>
>
> erobles wrote:
>>
>> erobles wrote:
>>>
>>> Hello there!
>>>
>>> i tried to create an functional index like this:
>>>
>>> create index estdistfecha on estadist (date(fecha));
>>>
>>>
>>> but only get the next message:
>>> ERROR: DefineIndex: index function must be marked iscachable.
>>>
>>> So, How can i mark the date function iscachable ? :-)
>>>
>>> i hope your anwsers, anyway thanks to read this !
>>>
>>>
>>>
>>
>>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2009-08-03 19:33:05 | Re: character 0xe29986 of encoding "UTF8" has no equivalent in "LATIN2" |
Previous Message | erobles | 2009-08-03 19:24:02 | Re: how can i mark date function like iscachable |