Re: ORDER BY in materialized view example?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Maciek Sakrejda <m.sakrejda@gmail.com>
Cc: "Jonathan S. Katz" <jkatz@postgresql.org>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, pgsql-docs@postgresql.org
Date: 2021-11-29T17:14:13Z
Lists: pgsql-docs
Maciek Sakrejda <m.sakrejda@gmail.com> writes:
> I'm attaching two patches: the first drops the original ORDER BY I e-mailed
> about, and the second applies Tom's change to the man page note (verbatim,
> though with "materialized view" since the "matview" shorthand doesn't seem
> to be used in the docs, and with markup).

Pushed, thanks for preparing the patch.

			regards, tom lane



Commits

  1. Doc: improve documentation about ORDER BY in matviews.