Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ipUXi-0002p5-43 for pgsql-docs@arkaria.postgresql.org; Thu, 09 Jan 2020 09:55:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ipUXf-0004vj-Gy for pgsql-docs@arkaria.postgresql.org; Thu, 09 Jan 2020 09:55:51 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ipUXf-0004vb-9C for pgsql-docs@lists.postgresql.org; Thu, 09 Jan 2020 09:55:51 +0000 Received: from smtp2.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ipUXc-0007an-HN for pgsql-docs@lists.postgresql.org; Thu, 09 Jan 2020 09:55:50 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 6BCAF2E556D7 for ; Thu, 9 Jan 2020 10:55:46 +0100 (CET) Received: from s499.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 4DB7E2E29620; Thu, 9 Jan 2020 10:55:46 +0100 (CET) Received: from s476.loopia.se (unknown [172.22.191.6]) by s499.loopia.se (Postfix) with ESMTP id 48A4A1CDAEDD; Thu, 9 Jan 2020 10:55:46 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s630.loopia.se ([172.22.191.6]) by s476.loopia.se (s476.loopia.se [172.22.190.16]) (amavisd-new, port 10024) with LMTP id cjfzV45QFz38; Thu, 9 Jan 2020 10:55:46 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from [192.168.72.43] (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s630.loopia.se (Postfix) with ESMTPSA id DF2E013ABEAA; Thu, 9 Jan 2020 10:55:45 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Typo in Documentation for Version 12 Section 40.3 From: Daniel Gustafsson In-Reply-To: Date: Thu, 9 Jan 2020 10:55:45 +0100 Cc: pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <5CD49133-D232-4055-9A0D-6641AB1634FD@yesql.se> References: <157855714724.29176.10209182765335106911@wrigleys.postgresql.org> <5DF3FAA2-0E69-472A-89A1-8A3002DF61AA@yesql.se> To: Octopus ZHANG X-Mailer: Apple Mail (2.3445.104.11) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk > On 9 Jan 2020, at 10:34, Octopus ZHANG wrote: Please don't top-post on the mailinglists. > I partially agree. But with the context, it doesn't assume we want = `view<->visualize` the data. It also says: >=20 > >> Another use for a materialized view is to allow faster access to = data brought across from a remote system through a foreign data wrapper.=20= >=20 > It is talking about 'the view' not the graph. My reading is that it's referring to the usecase for the view, and that = is to use the summarized data in a graph. So I think it's correct. cheers ./daniel=