Re: [GENERAL] Problem with GIST-index and timestamps

2005-04-29 Thread Sebastian Böck
Oleg Bartunov wrote: On Thu, 28 Apr 2005, [ISO-8859-1] Sebastian B?ck wrote: Hello, i wanted to define and GIST-index on a table with a timestamp-column containing 'infinity' values, and it throws the following error: ERROR: cannot subtract infinite timestamps Is this a known limitation? I don't

Re: [GENERAL] Problem with GIST-index and timestamps

2005-04-28 Thread Oleg Bartunov
On Thu, 28 Apr 2005, [ISO-8859-1] Sebastian B?ck wrote: Hello, i wanted to define and GIST-index on a table with a timestamp-column containing 'infinity' values, and it throws the following error: ERROR: cannot subtract infinite timestamps Is this a known limitation? I don't know. How can i avoid

[GENERAL] Problem with GIST-index and timestamps

2005-04-28 Thread Sebastian Böck
Hello, i wanted to define and GIST-index on a table with a timestamp-column containing 'infinity' values, and it throws the following error: ERROR: cannot subtract infinite timestamps Is this a known limitation? How can i avoid or circumvent this? Thanks in advance Sebastian --