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 1gPaUH-0005yc-W6 for pgsql-docs@arkaria.postgresql.org; Wed, 21 Nov 2018 21:56:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gPaUG-0006K2-Jk for pgsql-docs@arkaria.postgresql.org; Wed, 21 Nov 2018 21:56:44 +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 1gPaUG-0006Ju-AU for pgsql-docs@lists.postgresql.org; Wed, 21 Nov 2018 21:56:44 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gPaUD-0005wm-Fj for pgsql-docs@lists.postgresql.org; Wed, 21 Nov 2018 21:56:42 +0000 Received: from bruce by momjian.us with local (Exim 4.84_2) (envelope-from ) id 1gPaUC-00032s-9u; Wed, 21 Nov 2018 16:56:40 -0500 Date: Wed, 21 Nov 2018 16:56:40 -0500 From: Bruce Momjian To: kcolagio@gmail.com, pgsql-docs@lists.postgresql.org Subject: Re: Phrasing to consider (non-technical) Message-ID: <20181121215640.GA6166@momjian.us> References: <154082462281.30897.14043119084654378035@wrigleys.postgresql.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <154082462281.30897.14043119084654378035@wrigleys.postgresql.org> User-Agent: Mutt/1.5.23 (2014-03-12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 29, 2018 at 02:50:22PM +0000, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/static/datatype-datetime.html > Description: > > On the page for Data Types - DateTime, there is this part of a sentence: > > "....so the same time zone names are also recognized by much other > software." > > The phrase of "much other software" is what caught me. An optional > replacement would be: "many other software systems." or "multiple software > packages." > > "much" has a connotation that doesn't fit here as well as "many" or > "multiple" would. > > Thanks for the documentation. It has been very helpful in clarifying some > things. I just went with simpler text, patch attached and backpatched. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription + --zhXaljGHf11kAtnf Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="zone.diff" diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml new file mode 100644 index cae3fa9..8a7a695 *** a/doc/src/sgml/datatype.sgml --- b/doc/src/sgml/datatype.sgml *************** January 8 04:05:06 1999 PST *** 2411,2417 **** linkend="view-pg-timezone-names"/>). PostgreSQL uses the widely-used IANA time zone data for this purpose, so the same time zone ! names are also recognized by much other software. --- 2411,2417 ---- linkend="view-pg-timezone-names"/>). PostgreSQL uses the widely-used IANA time zone data for this purpose, so the same time zone ! names are also recognized other software. --zhXaljGHf11kAtnf--