examples for windows functions - Mailing list pgsql-docs

From Giampaolo Capelli
Subject examples for windows functions
Date
Msg-id CAJ=H7uy+=+N0RBe9KEpc3yBAwJ7_Fue=MCNuX6Oi=9AFPeNE8g@mail.gmail.com
Whole thread Raw
Responses Re: examples for windows functions
List pgsql-docs
Hello,
I'd like to propose to add some examples to the following page

The syntax of window functions is fully covered by the page 

but I think it would be helpful to put some examples in 

Some example showing the use of preceding would be useful, like the following

over (partition by col1 order by col2
       rows between 10 preceding and 1 preceding
)

what do you think?

Thank you,
best regards

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: missing GRANTED BY explanations
Next
From: Tom Lane
Date:
Subject: Re: examples for windows functions