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 1ipTw2-0001Kp-RS for pgsql-docs@arkaria.postgresql.org; Thu, 09 Jan 2020 09:16:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ipTw1-0005y5-M5 for pgsql-docs@arkaria.postgresql.org; Thu, 09 Jan 2020 09:16:57 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ipTw1-0005xx-B0 for pgsql-docs@lists.postgresql.org; Thu, 09 Jan 2020 09:16:57 +0000 Received: from smtp2.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ipTvy-0004bK-08 for pgsql-docs@lists.postgresql.org; Thu, 09 Jan 2020 09:16:56 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id AF3602E55EC5 for ; Thu, 9 Jan 2020 10:16:49 +0100 (CET) Received: from s630.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 912B62E28B7A; Thu, 9 Jan 2020 10:16:49 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.5]) by s630.loopia.se (Postfix) with ESMTP id 703FF13ABEB4; Thu, 9 Jan 2020 10:16:49 +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 s499.loopia.se ([172.22.191.5]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with UTF8LMTP id ph4aHE3CbIPo; Thu, 9 Jan 2020 10:16:49 +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 s499.loopia.se (Postfix) with ESMTPSA id 1450D1CDAED6; Thu, 9 Jan 2020 10:16:49 +0100 (CET) From: Daniel Gustafsson Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Typo in Documentation for Version 12 Section 40.3 Date: Thu, 9 Jan 2020 10:16:48 +0100 References: <157855714724.29176.10209182765335106911@wrigleys.postgresql.org> To: zhangysh1995@gmail.com, pgsql-docs@lists.postgresql.org In-Reply-To: <157855714724.29176.10209182765335106911@wrigleys.postgresql.org> Message-Id: <5DF3FAA2-0E69-472A-89A1-8A3002DF61AA@yesql.se> 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 09:05, PG Doc comments form = wrote: >>>> If people want to be able to quickly graph historical sales data, = ... >=20 > This sentence doesn't make sense. I think it should be: >=20 > --- If people want to be able to quickly grab/obtain/get historical = sales > data, ... I'm not a native english speaker, but I'm pretty sure that sentence is = correct. "graph" in this context refers to generating a graph of the data, which = is made quite clear in the sentence below the codesnippet: "This materialized view might be useful for displaying a graph = in the dashboard created for salespeople." cheers ./daniel=