On Fri, Aug 22, 2025 at 2:23 PM PG Doc comments form
wrote:
> Unless I'm completely mistaken, the second code example on
> https://www.postgresql.org/docs/current/rules-materializedviews.html, i.e
> this:
>
> CREATE TABLE mymatview AS SELECT * FROM mytab;
>
> Should instead by
>
> CREATE VIEW mym
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/warm-standby.html
Description:
Hello,
The documentation page about Log-Shipping Standby Servers after describing
that there are file-based log shipping and record-based log shipping
(stre
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/rules-materializedviews.html
Description:
Unless I'm completely mistaken, the second code example on
https://www.postgresql.org/docs/current/rules-materializedviews.html, i.e
this:
CREATE