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

2025-08-25 Thread Wim Bertels
Hello, that is just the point: cf " are that the materialized view cannot subsequently be directly updated and that the query used to create the materialized view is stored in exactly the same way that a view's query is stored, so that fresh data can be generated for the materialized view with: "

Re: Inaccurate statement about log shipping replication mode

2025-08-25 Thread Laurenz Albe
On Thu, 2025-08-21 at 15:20 +, PG Doc comments form wrote: > Page: https://www.postgresql.org/docs/17/warm-standby.html > > The documentation page about Log-Shipping Standby Servers after describing > that there are file-based log shipping and record-based log shipping > (streaming replication