Re: Why overlaps is not working - Mailing list pgsql-general

From Jorge Godoy
Subject Re: Why overlaps is not working
Date
Msg-id 87odregoec.fsf@gmail.com
Whole thread Raw
In response to Re: Why overlaps is not working  ("Andrus" <eetasoft@online.ee>)
List pgsql-general
"Andrus" <eetasoft@online.ee> writes:

> This causes error
>
> ERROR: syntax error at or near "IF"
> SQL state: 42601
> Character: 109

SQL has no "IF".  Use plpgsql instead.

> How many times this is slower than expression in where clause?

You can time it. :-)  But I don't believe it will be too slow since it is a
simple operation...

--
Jorge Godoy      <jgodoy@gmail.com>

pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: Re: Why overlaps is not working
Next
From: Richard Huxton
Date:
Subject: Re: Why overlaps is not working