Re: Example on difference between CREATE MATERIALIZED VIEW and standard VIEW has typo

2025-08-22 Thread David G. Johnston
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

Inaccurate statement about log shipping replication mode

2025-08-22 Thread PG Doc comments form
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

Example on difference between CREATE MATERIALIZED VIEW and standard VIEW has typo

2025-08-22 Thread PG Doc comments form
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