Re: Explanation of tree-generating query - Mailing list pgsql-general

From John R Pierce
Subject Re: Explanation of tree-generating query
Date
Msg-id 56B140CE.6080600@hogranch.com
Whole thread Raw
In response to Explanation of tree-generating query  (Guyren Howe <guyren@gmail.com>)
List pgsql-general
On 2/2/2016 3:27 PM, Guyren Howe wrote:
> I feel like I'm pretty decent with Postgres. But I saw the following
> query on the excellent Periscope blog. I've no idea how it works, and
> the various symbols involved are difficult to look up either with
> google or in the documentation. I believe the @ sign is probably ABS,
> but the <= clause in the consequent of a when-then is something I
> haven't seen before. I'm comfortable with the rest. Can someone
> explain how this works?
>

<= is less than or equal to.



--
john r pierce, recycling bits in santa cruz



pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Explanation of tree-generating query
Next
From: Josh berkus
Date:
Subject: Re: handling time series data