Multiple window definitions

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: michael(dot)brook(at)gfk(dot)com
Subject: Multiple window definitions
Date: 2020-01-08 18:20:04
Message-ID: 157850760435.29169.8859142545895630889@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-select.html
Description:

According to the spec:

[ WINDOW window_name AS ( window_definition ) [, ...] ]

So the ... means I can have more than one named window. But I can't make
this work on 11.5.

Please either explain how to make it work (perhaps with an example) or if
it's not supported remove the [, ...]

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2020-01-08 20:06:18 Postgres.js driver - for Node.js
Previous Message Laurenz Albe 2020-01-07 10:46:31 Re: Documentation: 21.5. Default Roles